View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
reno reno is offline
external usenet poster
 
Posts: 93
Default Custom Field label

Sounds like you need the IF Function such as
=if( formula, is true print this, is false print this or nothing)
something like this =if(A1100, "Large","small")

"Bryan" wrote:

How can I enter a formula in a cell, but but a custom text label be displayed
in the cell instead of the value of the formula?

Thanks