tabbymulla
New Member
- Joined
- Aug 29, 2019
- Messages
- 10
The chart on the right is the required version but when I include complete series values from B to F column as series data, it shows a slope at end as shown in left chart. How can I it be corrected?
If it can only be corrected by limiting the series value range from B to D column like i did for chart on the right, is there any way that chart automatically selects that range based on the value of B1. for e.g. using INDEX and MATCH function.I cannot get INDEX and MATCH function to work when I use in chart but works when I use it in sheet cell.
I have already tried leaving the cells empty and also using "Show empty cells as Gaps" option.
E4=IF(E$2<=$B$1,D4+E3,NA())
If it can only be corrected by limiting the series value range from B to D column like i did for chart on the right, is there any way that chart automatically selects that range based on the value of B1. for e.g. using INDEX and MATCH function.I cannot get INDEX and MATCH function to work when I use in chart but works when I use it in sheet cell.
I have already tried leaving the cells empty and also using "Show empty cells as Gaps" option.
E4=IF(E$2<=$B$1,D4+E3,NA())