![]() |
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 |
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 |
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