Forum Discussion
How to use the Subtract with IF function ?
- Dec 28, 2018
Okay, I've updated the workbook with this formula in AV Balance cell.
=IF(D6>0,0,10000)
If you want to change the AV Balance, you can change it in the formula from 10000 to something else.
I hope this helps you
Regards
Don't worry my brother.
Now, I hope to understand me Lol
I put example down :)
Okay, I've updated the workbook with this formula in AV Balance cell.
=IF(D6>0,0,10000)
If you want to change the AV Balance, you can change it in the formula from 10000 to something else.
I hope this helps you
Regards
- CEOBlockchainDec 29, 2018Copper Contributor
I'm sorry my friend, I want to ask you, please :)
=IF(D6>0,0,10000)
Can I add other same cell in this function ?
- Haytham AmairahDec 30, 2018Silver Contributor
Hi,
Yes, you can do this by using OR function as follows:
=IF(OR(D6>0,D9>0),0,10000)
The above formula says:
If either cell D6 or cell D9 is greater than 0, then return 0, otherwise, show the AV Balance which is 10000.
Also, you can replace OR with AND function to check if both cells are greater than 0.
The difference is that AND requires both cells to be greater than 0 in order to return 0.
Regards,
Haytham
- CEOBlockchainDec 30, 2018Copper Contributor
Can I talk to you in any app ?
- CEOBlockchainDec 29, 2018Copper Contributor
That is right, great.
Thank you so much Mr.Amairah.
Best Regards
HAITHAM