M
Maureen
I have a table listing 6 names in rows in column A,
corresponding 2003 data in column B and corresponding data
in column C. In column D, I would like to show the
percentage increase or decrease between 2003 and 2004, and
where data is missing either in 2003 and/or 2004, show
100%. I'm using the following formula:
IF(ISBLANK(B55),100%,(C55-B55/C55). This is fine but how
do I modify my formula to cover the possibility of a blank
cell in column C and the possibility of blank cells in
both column B and C in the same row?
Thanks
corresponding 2003 data in column B and corresponding data
in column C. In column D, I would like to show the
percentage increase or decrease between 2003 and 2004, and
where data is missing either in 2003 and/or 2004, show
100%. I'm using the following formula:
IF(ISBLANK(B55),100%,(C55-B55/C55). This is fine but how
do I modify my formula to cover the possibility of a blank
cell in column C and the possibility of blank cells in
both column B and C in the same row?
Thanks