ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   if formula (https://www.excelbanter.com/excel-discussion-misc-queries/59142-if-formula.html)

zomex

if formula
 
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

Bob Phillips

if formula
 
=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




[email protected]

if formula
 
"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)


All times are GMT +1. The time now is 02:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com