Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
my prices look like this
0.65 0.63 0.60 I need a formula that willl return true if the last digit is not a 5 or 0. Something like this: False True False |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MOD(INT(A1*100),5)<0
-- Gary''s Student - gsnu200777 "carl" wrote: my prices look like this 0.65 0.63 0.60 I need a formula that willl return true if the last digit is not a 5 or 0. Something like this: False True False |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
=ROUND(MOD(A1,0.05),14)=0 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "carl" wrote in message ... my prices look like this 0.65 0.63 0.60 I need a formula that willl return true if the last digit is not a 5 or 0. Something like this: False True False |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
tick box with formula | Excel Worksheet Functions | |||
Replace with single tick - formula too long.... | Excel Discussion (Misc queries) | |||
is there a standard formula for this? | Excel Worksheet Functions | |||
feel that the STANDARD DEVIATION formula on Excel is incorrect !! | Excel Worksheet Functions | |||
Standard sumif formula not recognised | Excel Worksheet Functions |