Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 251
Default Another IF statement needed

In M5 I need to add to the existing formula of =$L$1-G5 this: If there is
any number at all in N5, then M5 will be blank, otherwise it will calculate
$L$1-G5.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Another IF statement needed

=if(isnumber(N5),"",$L$1-G5)
--
ChrisJ
Omaha


"Connie Martin" wrote:

In M5 I need to add to the existing formula of =$L$1-G5 this: If there is
any number at all in N5, then M5 will be blank, otherwise it will calculate
$L$1-G5.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default Another IF statement needed

Try...

=IF(ISNUMBER(N5),"",$L$1-G5)

Hope this helps!

In article ,
Connie Martin wrote:

In M5 I need to add to the existing formula of =$L$1-G5 this: If there is
any number at all in N5, then M5 will be blank, otherwise it will calculate
$L$1-G5.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default Another IF statement needed

=IF(ISNUMBER(N5),"",$L$1-G5)
--
David Biddulph

"Connie Martin" wrote in message
...
In M5 I need to add to the existing formula of =$L$1-G5 this: If there is
any number at all in N5, then M5 will be blank, otherwise it will
calculate
$L$1-G5.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 251
Default Another IF statement needed

Thank you! Thank you! Thank you! You all know your stuff! You all came up
with the same answer!

"Connie Martin" wrote:

In M5 I need to add to the existing formula of =$L$1-G5 this: If there is
any number at all in N5, then M5 will be blank, otherwise it will calculate
$L$1-G5.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with OFFSET statement needed tom Excel Worksheet Functions 2 August 28th 06 07:38 PM
If Statement - Help Needed Portuga Excel Discussion (Misc queries) 4 January 24th 06 04:26 PM
IF statement w/ more than 7 arguments needed sony654 Excel Worksheet Functions 15 February 4th 05 04:13 AM
If statement help needed Ian Harris Excel Worksheet Functions 2 December 3rd 04 11:36 AM
If statement needed Patsy Excel Worksheet Functions 1 November 4th 04 03:48 PM


All times are GMT +1. The time now is 10:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"