richard1234567891011

Board Regular
Joined
Feb 21, 2018
Messages
91
Hello guys,

I have issues in writing a formula that define the multiples. I need a formula like this:
If the number is multiple of another number do put a cell otherwise null ("").
I used the Mod formula in this way:

=SE(MODA(E84;J1)=0;D83;"")


The formula is not working, E84 is 3 and J1 is 3 but the result in this formula is "" instead of D83.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Change the formula to SE(MODA(3;3)=0;D83;"")
If the result is D83 (as expected) then either E84 is not 3 or J1 is not 3 regardless of if they look like a 3

In blank cells put =E84=3 and =J1=3 to test the values.
 
Last edited:
Upvote 0
2mmy4p.png
 
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,181
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top