I have created an inventory database and want to show in a 'Form' view information about qty received, qty on hand and qty moved in last month. The formula itself is simple:
Qty on hand at end of last month (A)+ Qty received this month (B)- Qty on hand at end of this month = Qty moved this...
Thanks for your reply crazybird. The problem seems to be that "" can mean that the cell is blank or contains a zero.
That being the case, if any cell contains a zero no result is shown. I want this to work only for blank cells. Is there a way round this?
I am using this formula in Excel:
=IF(OR(F5="",H5="",I5=""),"",F5+H5-I5)
This means that unless all of F5, H5 and I5 are occupied, no result will be shown. If I open the file in 123, the formula is converted as follows:
@IF(((F5="")#OR#(H5="")#OR#(I5="")),"",F5+H5-I5
The result is not the same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.