Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with OFFSET statement needed | Excel Worksheet Functions | |||
If Statement - Help Needed | Excel Discussion (Misc queries) | |||
IF statement w/ more than 7 arguments needed | Excel Worksheet Functions | |||
If statement help needed | Excel Worksheet Functions | |||
If statement needed | Excel Worksheet Functions |