Good afternoon. I have a reporting worksheet where in one cell(1) if the sum of the other sheets is 0 then put in "" rather than populate the cells with zeroes all over the place. I then have another cell(2) where I have to calculate the percentage rate from cell(1)/cell(3), which is the total of that particular row. If cell(1) is "" then I get a #VALUE error as it's trying to divide "" by something numeric - whereas I need it to be 0%.
Hope this makes sense!
Therefore ""/5 equals error!!! But I need it to display 0% as there were no data.
Any ideas please?
Many thanks,
D€$
Hope this makes sense!
Cell(1); Cell K49
=IF('SheetA'!K49 + 'SheetB'!K49=0,"",'SheetA'!K49 + 'SheetB'!K49)
Cell(3) Cell I49
5
Cell(2) Cell J49
=K49/I49
Therefore ""/5 equals error!!! But I need it to display 0% as there were no data.
Any ideas please?
Many thanks,
D€$