Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a column, i have to generate a formula usinfg a if statement that if
its divisable by 3 than it should be true otherwise false |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MOD(A1,3)=0
-- HTH RP (remove nothere from the email address if mailing direct) "zomex" wrote in message ... i have a column, i have to generate a formula usinfg a if statement that if its divisable by 3 than it should be true otherwise false |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"zomex" wrote:
i have a column, i have to generate a formula usinfg a if statement that if its divisable by 3 than it should be true otherwise false If your class assignment requires an IF() function, then: =IF(MOD(A1,3)=0,TRUE,FALSE) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide formula | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Help with macro formula and variable | Excel Worksheet Functions |