ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I write this logical argument? (https://www.excelbanter.com/excel-worksheet-functions/260959-how-do-i-write-logical-argument.html)

Matthew G

How do I write this logical argument?
 
What's the way to write in Excel "if cell A1 has a numeric value" or "if a
cell AI is not null"?

I'm using Excel 2007, and I'd like to make a formula that begins with that
condition, and goes on to have a string of other embedded functions. Thanks
in advance.

Don Guillett[_2_]

How do I write this logical argument?
 

try
=IF(AND(LEN(TRIM(a1))0,ISNUMBER(a1)),1,2)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Matthew G" <Matthew
wrote in message
...
What's the way to write in Excel "if cell A1 has a numeric value" or "if a
cell AI is not null"?

I'm using Excel 2007, and I'd like to make a formula that begins with that
condition, and goes on to have a string of other embedded functions.
Thanks
in advance.



Pete_UK

How do I write this logical argument?
 
Try these:

=IF(ISNUMBER(A1), ...

=IF(A1<"", ...

Hope this helps.

Pete

On Apr 7, 11:15*pm, Matthew G <Matthew
wrote:
What's the way to write in Excel "if cell A1 has a numeric value" or "if a
cell AI is not null"?

I'm using Excel 2007, and I'd like to make a formula that begins with that
condition, and goes on to have a string of other embedded functions. *Thanks
in advance.



Matthew G[_2_]

How do I write this logical argument?
 
Your help provided my solution. Thanks. Do you know where can I find a list
of those terms?

"Pete_UK" wrote:

Try these:

=IF(ISNUMBER(A1), ...

=IF(A1<"", ...

Hope this helps.

Pete

On Apr 7, 11:15 pm, Matthew G <Matthew
wrote:
What's the way to write in Excel "if cell A1 has a numeric value" or "if a
cell AI is not null"?

I'm using Excel 2007, and I'd like to make a formula that begins with that
condition, and goes on to have a string of other embedded functions. Thanks
in advance.


.


Pete_UK

How do I write this logical argument?
 
You're welcome, Matthew - thanks for feeding back.

You can find more details about ISNUMBER (and other IS functions) in
Excel Help.

Pete

On Apr 8, 7:22*pm, Matthew G
wrote:
Your help provided my solution. *Thanks. *Do you know where can I find a list
of those terms?



"Pete_UK" wrote:
Try these:


=IF(ISNUMBER(A1), ...


=IF(A1<"", ...


Hope this helps.


Pete


On Apr 7, 11:15 pm, Matthew G <Matthew
wrote:
What's the way to write in Excel "if cell A1 has a numeric value" or "if a
cell AI is not null"?


I'm using Excel 2007, and I'd like to make a formula that begins with that
condition, and goes on to have a string of other embedded functions. *Thanks
in advance.


.- Hide quoted text -


- Show quoted text -




All times are GMT +1. The time now is 08:31 PM.

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