Hello,
First and foremost thank you for your reply. I hope that resorting to VBA will not be neccesariy to solve my problem since I have next to no experience in VBA. I expect (and hope) that my issue is a simple syntax issue. I have the following statement in a table,
=IF(c2>0;product(c2;a2);"")
I want it this statement to check for a value in c2 if there is a value there i want to multiply it with another value otherwise i want the cell to remain blank. Because otherwise there will be random zero's that would make the layout confusing.
I know that in excel "" would return an blank cell but in word i get a syntax error as return. So i hope you can help me to achieve the result of a blank/empty cell.
Cheers