#1   Report Post  
Posted to microsoft.public.excel.misc
zomex
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ian
 
Posts: n/a
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.misc
tony h
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"