Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jaco
 
Posts: n/a
Default Plot empty cells as: Interpolated

Hi All

I have two columns (Data 1 and Data 2) that need to be consolidated (Result
Column)

Example:

Data 1 Data 2 Result
1 6 7
2 7 9

5 9 14
6 10 16

9 19 28

I consolidated the data columns using the following formula:
=IF(AND(ISBLANK(B3),ISBLANK(C3)),"",B3+C3)
When a graph is created for the result column the graph return to zero at
each "empty" cell.

Could anyone please help to solve the problem.
  #2   Report Post  
Andy Pope
 
Posts: n/a
Default

Hi,

for charting use NA()
=IF(AND(ISBLANK(B3),ISBLANK(C3)),NA(),B3+C3)

Cheers
Andy

Jaco wrote:
Hi All

I have two columns (Data 1 and Data 2) that need to be consolidated (Result
Column)

Example:

Data 1 Data 2 Result
1 6 7
2 7 9

5 9 14
6 10 16

9 19 28

I consolidated the data columns using the following formula:
=IF(AND(ISBLANK(B3),ISBLANK(C3)),"",B3+C3)
When a graph is created for the result column the graph return to zero at
each "empty" cell.

Could anyone please help to solve the problem.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #3   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Either use #N/A instead of "" for blank cells or delete the formula
where "blank".

Jerry

Jaco wrote:

Hi All

I have two columns (Data 1 and Data 2) that need to be consolidated (Result
Column)

Example:

Data 1 Data 2 Result
1 6 7
2 7 9

5 9 14
6 10 16

9 19 28

I consolidated the data columns using the following formula:
=IF(AND(ISBLANK(B3),ISBLANK(C3)),"",B3+C3)
When a graph is created for the result column the graph return to zero at
each "empty" cell.

Could anyone please help to solve the problem.


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
Ignoring empty cells beeo Excel Discussion (Misc queries) 3 September 8th 05 09:57 AM
In Bar Chart, can we display both figures and their respective %a. Airtel Excel Discussion (Misc queries) 3 March 9th 05 02:35 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
empty cells in ranges UniDave Excel Discussion (Misc queries) 2 November 26th 04 02:18 AM


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