A
Alby
Hi all,
Wondering if any of you gurus out there could help me.
I have a large spreadsheet, that I will be sharing with
my team and will therefore protect certain cells that are
the result of their data imput.
The problem I have is that I have copied all the formulas
down the pages and set conditional formats to blank out
any nil values. (so that it looks neat). However in the
last column I have the % margin:
Revenue - Cost / Revenue
As you all know if we do not have data in the cells that
this cell is dependant on we get a #DIV/0!.
I have tried the conditional format, but no joy.
Also tried :=IF(ISERROR(F19-I19/F19),"",F19-I19/F19)
F19=Revenue I19 =Cost
I'm sure it's something to do with the brackets, but for
the life of me I cant find.
Thanks in advance
Alby
Wondering if any of you gurus out there could help me.
I have a large spreadsheet, that I will be sharing with
my team and will therefore protect certain cells that are
the result of their data imput.
The problem I have is that I have copied all the formulas
down the pages and set conditional formats to blank out
any nil values. (so that it looks neat). However in the
last column I have the % margin:
Revenue - Cost / Revenue
As you all know if we do not have data in the cells that
this cell is dependant on we get a #DIV/0!.
I have tried the conditional format, but no joy.
Also tried :=IF(ISERROR(F19-I19/F19),"",F19-I19/F19)
F19=Revenue I19 =Cost
I'm sure it's something to do with the brackets, but for
the life of me I cant find.
Thanks in advance
Alby