P Pat Dec 16, 2004 #1 Does anyone know of a custom format I could use where the result of the formula; =AV31/AS31-1 returns #DIV/O! Thanks Pat
Does anyone know of a custom format I could use where the result of the formula; =AV31/AS31-1 returns #DIV/O! Thanks Pat
G Guest Dec 16, 2004 #2 Hi not possible with a custom format. Either use =IF(AS31=0,"",AV31/AS31-1) or use conditional formating and checking for =ISERROR(cell_reference) and assigning a white font
Hi not possible with a custom format. Either use =IF(AS31=0,"",AV31/AS31-1) or use conditional formating and checking for =ISERROR(cell_reference) and assigning a white font