ExcelBanter

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

zomex

if
 
i have numbers in a column from c4:c24, i have to apply a condition that has
two outputs...if its divisable by 3 than it should be true other wise it
should be false

Ian

if
 
=IF(C4/3=INT(C4/3),"True","False") and copy down the column.

--
Ian
--
"zomex" wrote in message
...
i have numbers in a column from c4:c24, i have to apply a condition that
has
two outputs...if its divisable by 3 than it should be true other wise it
should be false




tony h

if
 

try
=if(int(c4)/3=c4/3,true,false)

or simply
=int(c4)/3=c4/3


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=491391


Bob Phillips

if
 
see response in other thread

--

HTH

RP
(remove nothere from the email address if mailing direct)


"zomex" wrote in message
...
i have numbers in a column from c4:c24, i have to apply a condition that

has
two outputs...if its divisable by 3 than it should be true other wise it
should be false





All times are GMT +1. The time now is 12:55 PM.

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