IF there is a # in a cell???

  • Thread starter Thread starter al619
  • Start date Start date
A

al619

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
 
=IF(ISNUMBER(U5),R5,"")

Note: dates are numbers.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

NEED HELP WITH A FORMULA PROBLEM 6
take out #VALUE! 2
Display latest arrival date 3
Greater Than Symbols and calculations 0
IF...payment rates 3
Help on formula 2
Formula Help 4
Storing formula in cell 14

Back
Top