ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   IF there is a # in a cell??? (https://www.excelbanter.com/excel-discussion-misc-queries/213895-if-there-cell.html)

al619

IF there is a # in a cell???
 
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

David Biddulph[_2_]

IF there is a # in a cell???
 
=IF(ISNUMBER(U5),R5,"")
--
David Biddulph

"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




John[_22_]

IF there is a # in a cell???
 
Try this;
=IF(ISNUMBER(U5),R5,"")
HTH
John
"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



Gord Dibben

IF there is a # in a cell???
 
=IF(ISNUMBER(U5),R5,"")

Note: dates are numbers.


Gord Dibben MS Excel MVP

On Tue, 16 Dec 2008 16:31:01 -0800, al619
wrote:

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



T. Valko

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





All times are GMT +1. The time now is 12:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com