G
GPO
Thanks Martin, but that didn't work. Outside of the pivot table excel sees
the cell as blank, but when a formula is applied in a pivot table, it is
treating empty cells as zeros. Try it.
Regards
GPO
/*******************************/
Hi GPO,
ISBLANK should fix that for you, something like
=IF(ISBLANK(my_numerator),"",my_numerator/my_denominator)
HTH
Martin
the cell as blank, but when a formula is applied in a pivot table, it is
treating empty cells as zeros. Try it.
Regards
GPO
/*******************************/
Hi GPO,
ISBLANK should fix that for you, something like
=IF(ISBLANK(my_numerator),"",my_numerator/my_denominator)
HTH
Martin