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.
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.