Thread: formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default formula

Use this instead...

=IF(C31="x","x",C31-C30)

Vaya con Dios,
Chuck, CABGx3



"Andy_Trow" wrote:

In cell C32 I have the formula =C31-C30. However on occasions cell C31 may be
x. How can I make destination cell to read x rather than #### due to the
error in the formula.

When this is fixed I will have more to follow