Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John
 
Posts: n/a
Default Check if Equally Divisible

I want to check if a value is equally divisible by another value and not
sure how to do it

Say I have 6600 in A1 and 250 in B1, what formula could I use to return the
value "No" in C1


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Check if Equally Divisible

=IF(MOD(A1,B1)<0,"No","Yes")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"John" wrote in message
...
I want to check if a value is equally divisible by another value and not
sure how to do it

Say I have 6600 in A1 and 250 in B1, what formula could I use to return

the
value "No" in C1




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John
 
Posts: n/a
Default Check if Equally Divisible

Thanks Bob

"Bob Phillips" wrote in message
...
=IF(MOD(A1,B1)<0,"No","Yes")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"John" wrote in message
...
I want to check if a value is equally divisible by another value and not
sure how to do it

Say I have 6600 in A1 and 250 in B1, what formula could I use to return

the
value "No" in C1






  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default Check if Equally Divisible

Try...

=IF(MOD(A1,B1)=0,"Yes","No")

Hope this helps!

In article ,
"John" wrote:

I want to check if a value is equally divisible by another value and not
sure how to do it

Say I have 6600 in A1 and 250 in B1, what formula could I use to return the
value "No" in C1

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Check if Equally Divisible

=IF(MOD(A1,B1)=0,"Yes","No")

--
Kind regards,

Niek Otten

"John" wrote in message ...
I want to check if a value is equally divisible by another value and not sure how to do it

Say I have 6600 in A1 and 250 in B1, what formula could I use to return the value "No" in C1





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
... Can I set Spell Check to automatically check my spelling ... Dr. Darrell Setting up and Configuration of Excel 0 March 21st 06 08:26 PM
Entry into check box dependent on other check box. Stilla Excel Worksheet Functions 9 December 10th 05 03:44 PM
Can you sort with check boxes? Q Excel Discussion (Misc queries) 3 November 10th 05 08:11 PM
check boxes - copy MarkT Excel Discussion (Misc queries) 2 October 20th 05 04:33 PM
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM


All times are GMT +1. The time now is 05:32 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"