Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column of prices. All sale items end with ".99". I want
to return all items that are on sale. I'm trying to use auto filter to find all items that end with "99" or ".99". In a helper column type =IF(MOD(A1,1)=0.99,A1,"") Drag down to extract all prices ending in .99 actually- it works for cells that are less than $10, like $9.99, $1.99, etc. Anything with additional digits, such as $39.99, does not work. I tried changing =.0.99 to" =.99 =00.99 =*.99 ="*.99" There appears to be some rounding in the calculation. Maybe something like this will help: =IF(ABS(MOD(A1,1)-0.99)<0.0001,A1,"") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
filter using "ends with" and 3 choices? Ex: ends with 1,2 or3 | Excel Worksheet Functions | |||
how to auto "copy & paste" (or filter) from a Master spreadsheet? | Excel Worksheet Functions | |||
Change the Auto-filter that is "on" to a RED arrow, can't see blu | Excel Worksheet Functions | |||
Q: Auto filter "selected" color | Excel Discussion (Misc queries) |