#1   Report Post  
Eintsein_mc2
 
Posts: n/a
Default Modify a formula

This is showing how much of a novice I am, but I'm learning. I need to
change this formula so that it not only shows the message if multiples
of 84 is not entered but if multiples of 61 is not entered into the
same cell. Thanks.
=IF(MOD(F21,84)<0,"Qty in this Row is not in multiples of 84","")

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=IF(MOD(F21,84)=0,"",IF(MOD(F21,61)=0,"","Qty in this Row is not in
multiples of 84 or 61"))

Biff

"Eintsein_mc2" wrote in message
ups.com...
This is showing how much of a novice I am, but I'm learning. I need to
change this formula so that it not only shows the message if multiples
of 84 is not entered but if multiples of 61 is not entered into the
same cell. Thanks.
=IF(MOD(F21,84)<0,"Qty in this Row is not in multiples of 84","")



  #3   Report Post  
Dana DeLouis
 
Posts: n/a
Default

Another option:

=LCM(61,84)
5124

then...
=IF(MOD(A1,5124)=0,"","Qty not mul of 61 or 84")

HTH
--
Dana DeLouis
Win XP & Office 2003


"Eintsein_mc2" wrote in message
ups.com...
This is showing how much of a novice I am, but I'm learning. I need to
change this formula so that it not only shows the message if multiples
of 84 is not entered but if multiples of 61 is not entered into the
same cell. Thanks.
=IF(MOD(F21,84)<0,"Qty in this Row is not in multiples of 84","")



  #4   Report Post  
Eintsein_mc2
 
Posts: n/a
Default

Thanks Guys. Works perfect. I don't know what I would do with out
people like you helping me, Thanks again

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
Modify a Formula to Display Blank carl Excel Worksheet Functions 2 July 13th 05 02:22 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Can a Formula in Cell X modify Cell Y? alMandragor Excel Discussion (Misc queries) 7 February 10th 05 09:51 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 01:36 AM.

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

About Us

"It's about Microsoft Excel"