Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default if no data in cell show as blank

Iv got the following formula in cell H803:
=SUM(F803:F808)+H799
Is there a way that if there is no data in any of these cells (F803:F808).
Cell H803 remains blank.
--
George
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default if no data in cell show as blank

if a1:c1 is the range of interest, try in d1:
=IF(SUMPRODUCT(--(A1:C1="")),"","x")

"George" wrote:

Iv got the following formula in cell H803:
=SUM(F803:F808)+H799
Is there a way that if there is no data in any of these cells (F803:F808).
Cell H803 remains blank.
--
George

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default if no data in cell show as blank

Didn`t work. The cell remains blank when data is inserted in any of the cells
F803:F808.

--
George


"Evan" wrote:

if a1:c1 is the range of interest, try in d1:
=IF(SUMPRODUCT(--(A1:C1="")),"","x")

"George" wrote:

Iv got the following formula in cell H803:
=SUM(F803:F808)+H799
Is there a way that if there is no data in any of these cells (F803:F808).
Cell H803 remains blank.
--
George

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default if no data in cell show as blank

sorry - pls try

=IF(SUMPRODUCT(--(F803:F808<"")),"x","")

Aside from change of range, the test was backwards

"George" wrote:

Didn`t work. The cell remains blank when data is inserted in any of the cells
F803:F808.

--
George


"Evan" wrote:

if a1:c1 is the range of interest, try in d1:
=IF(SUMPRODUCT(--(A1:C1="")),"","x")

"George" wrote:

Iv got the following formula in cell H803:
=SUM(F803:F808)+H799
Is there a way that if there is no data in any of these cells (F803:F808).
Cell H803 remains blank.
--
George

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default if no data in cell show as blank

Thanks very much, another obtion I can use. Very useful.
--
George


"Evan" wrote:

sorry - pls try

=IF(SUMPRODUCT(--(F803:F808<"")),"x","")

Aside from change of range, the test was backwards

"George" wrote:

Didn`t work. The cell remains blank when data is inserted in any of the cells
F803:F808.

--
George


"Evan" wrote:

if a1:c1 is the range of interest, try in d1:
=IF(SUMPRODUCT(--(A1:C1="")),"","x")

"George" wrote:

Iv got the following formula in cell H803:
=SUM(F803:F808)+H799
Is there a way that if there is no data in any of these cells (F803:F808).
Cell H803 remains blank.
--
George

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
Making a cell show relevant data IoHeFy Excel Discussion (Misc queries) 1 August 25th 06 12:32 PM
Copy data in one cell to blank cell immediately below, repeat Jeff Excel Worksheet Functions 1 May 19th 06 07:12 PM
Want #VALUE! to show as blank cell JoeyW Excel Worksheet Functions 2 November 4th 05 09:24 AM
How can I show all field data in a pivot table, instead of blank Alastair Scott Excel Discussion (Misc queries) 3 August 17th 05 07:08 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 03:35 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"