Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default nno result if one cell empty

=IF(ISNA(H$12-G$12),"",(H$12-G$12))

Hi I would like no result, blank cell, if h12 or g12 is empty but keep
getting negatives if one cell is empty. The above formula does'nt work. Hope
someone can help. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default nno result if one cell empty

One way:

=IF(G12="","",IF(H12="","",H12-G12))

Elisabeth

"Gazman" wrote:

=IF(ISNA(H$12-G$12),"",(H$12-G$12))

Hi I would like no result, blank cell, if h12 or g12 is empty but keep
getting negatives if one cell is empty. The above formula does'nt work. Hope
someone can help. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default nno result if one cell empty

One way:

=IF(COUNT(G$12:H$12)<2,"",H$12-G$12)

--
Biff
Microsoft Excel MVP


"Gazman" wrote in message
...
=IF(ISNA(H$12-G$12),"",(H$12-G$12))

Hi I would like no result, blank cell, if h12 or g12 is empty but keep
getting negatives if one cell is empty. The above formula does'nt work.
Hope
someone can help. Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default nno result if one cell empty

Thankyou both very much for your help!

"T. Valko" wrote:

One way:

=IF(COUNT(G$12:H$12)<2,"",H$12-G$12)

--
Biff
Microsoft Excel MVP


"Gazman" wrote in message
...
=IF(ISNA(H$12-G$12),"",(H$12-G$12))

Hi I would like no result, blank cell, if h12 or g12 is empty but keep
getting negatives if one cell is empty. The above formula does'nt work.
Hope
someone can help. Thanks




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default nno result if one cell empty

You're welcome!

--
Biff
Microsoft Excel MVP


"Gazman" wrote in message
...
Thankyou both very much for your help!

"T. Valko" wrote:

One way:

=IF(COUNT(G$12:H$12)<2,"",H$12-G$12)

--
Biff
Microsoft Excel MVP


"Gazman" wrote in message
...
=IF(ISNA(H$12-G$12),"",(H$12-G$12))

Hi I would like no result, blank cell, if h12 or g12 is empty but keep
getting negatives if one cell is empty. The above formula does'nt work.
Hope
someone can help. Thanks








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
Empty Cell Result Mike H. Excel Worksheet Functions 8 April 13th 10 10:10 AM
Formula result as real empty/blank cell Excelerate-nl Excel Worksheet Functions 4 August 20th 06 06:52 AM
why a reference to an empty cell is not considered empty Nicoscot Excel Discussion (Misc queries) 10 March 10th 06 05:36 AM
When I SUM cells & 1 is empty I need the result to be empty not 0 Maribel Excel Discussion (Misc queries) 1 August 2nd 05 12:49 AM
is statement with an empty cell as result RDM Excel Worksheet Functions 4 March 2nd 05 04:18 PM


All times are GMT +1. The time now is 01:29 PM.

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

About Us

"It's about Microsoft Excel"