View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Matthew G[_2_] Matthew G[_2_] is offline
external usenet poster
 
Posts: 2
Default 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.


.