Excel Magic Trick 985: Filter by Decimal: Helper Column or Advanced Filter w Formula Criteria

preview_player
Показать описание

See Two Examples for Filtering by Decimal:
1) If number between 0 and 1, use Between Number Filter
2) Filter With Helper Column: Add Helper column with Logical Formula (TRUE FALSE formula): =MOD(A2,1) not 0 =or =NOT(MOD(A2,1)=0) or = MOD(A2,1)=0
3) Advanced Filter With Formula: Key: 1) Criteria Area Field Name is empty, and 2) "As If Formula is copied down in memory".
Рекомендации по теме
Комментарии
Автор

One of my students had someday the same filtering issue. I solved it with the FLOOR or INT functions and helper column. Your solution is also interesting and advanced filter rocks.

pmsocho
Автор

Cool! I am glad that the videos are useful!

excelisfun
Автор

This is just brilliant stuff. I have been following your channel for more than a year now and find your tips to be pretty useful!

guptaabhinav
Автор

Yes, but I ate pressure on my Fruit Loops from Breakfast and so I am ready! Pressure is the best food!

excelisfun
Автор

That is so cool: so many ways to have fun in Excel! Did you use a formula like: =INT(A4) not A4?

excelisfun
Автор

Very well explain, sir if we have data which is having duplicate data n also variable data in a column n we want to filter these value with a particular required interval with a round number how can we do this.?

naseeryounasbhatti
Автор

Yes. The formulas I used were:
=INT(A4) not A4
=FLOOR(A4, 0) not A4
Both formulas do the same thing.

pmsocho
Автор

Hi is there any sign or wild card to find decimal numbers

amiitmish
Автор

I suggest a fun trick for the 1, 000th one.

JonathanThompson
Автор

SUPPOSE I HAVE A HUGE DATA WITH NUMBERS RANGING FROM 1 TO EACH WITH DIFFERENT DECIMAL POINT LIKE 0.00, 0.05, 0.10, 0.15, 0.20, 0.25, 0.30, 0.35, 0.40, 0.45, 0.50, 0.55, 0.60, 0.65, 0.70, 0.75, 0.80, 0.85, 0.90, 0.95 . HOW CAN I FILTER THIS DATA BASED ON HOW MANY OF THEM HVE 0.55 OR HOW MANY HAVE 0.70 OR HOW MANY HAVE 0.15 AFTER THE DECIMAL

rsingamneni