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



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide formula skateblade Excel Worksheet Functions 10 October 15th 05 08:36 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 08:31 AM.

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"