View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default IF there is a # in a cell???

Another one:

=IF(COUNT(U5),R5,"")

--
Biff
Microsoft Excel MVP


"al619" wrote in message
...
What is the symbol in a formula that will generalize any number.
Example:
=IF(U5="#",R5,"")
# - Not sure if this is the correct symbol for "any number"
Thanks for any help,
al619