Ve spolupráci se SEDUO jsem vytvořil několik videokurzů:
How to automatically select a data series and show/hide or highlighted. ... create better charts ...
FREE Example.
What I mean?
Translate from czech Zobraz datovou řadu graf.
The article is divided into
I suppose you know use in Excel:
We will use the following data
| Description th> | Quality th> | Cost th> | Speed th> |
|---|---|---|---|
| Product 1 | 2 | 3 | 7 |
| Product 2 | 3 | 5 | 8 |
| Product 3 | 5 | 7 | 9 |
| Product 4 | 4 | 6 | 9 |
| Product 5 | 4 | 8 | 9 |
File
source data for chart
for free download.
Activities we can divide:
We modify the source table. For three data series, put three more columns, the data will be used for creating chart.
check box connection with the cell C4, etc.
Inspection - check TRUE, FALSE unchecking.
We can use two versions:
1. version
=IF($C$4=FALSE,-1,F6)
2. version
=IF($E$4=FALSE,NA(),H6)
The result may look like:
In preparation.
Activities we can divide:
From Ribbon Developer insert Combo whith list. Fill titles (Quality, Speed, Price) and connect with the cell L7.
In this sample workbook to the three data series, we will add a fourth series (for highlight). We using IF function, This function help copying data from the selected column.
=KDYŽ($L$7=1;C10;KDYŽ($L$7=2;D10;E10))
Insert chart whith fourth axis. The selected data series (line) is in the chart double. Highlighted curve has priority display.
In preparation.
Do you have other interesting solutions? You can note in comments.
Článek byl aktualizován: 19.09.2020 10:56
For further development of this web site.
Thank you for donations.
Microsoft Office (Word, Excel, Google tabulky, PowerPoint) se věnuji od roku 2000 (od dubna roku 2004 na této doméně) - V roce 2017 jsem od Microsoft získal prestižní ocenění MVP (zatím 8x za sebou). Své vědomosti a zkušenosti dávám k dispozici i on-line ve videích pro SEDUO. Ve firmách školím a konzultuji, učím na MUNI. Tento web již tvořím přes 20 let (o Excel píší přes 25). Zdarma je zde přes 1.500 návodu, tipů a triků, včetně přes 350 různých šablon, sešitů a přes 70 taháků v pdf.
|
Pomohl Vám návod? Sdílejte na Facebooku, G+ |
||
|
LinkedIn... |
Stránky o MS Office (Excel) produktu společnosti Microsoft. Neslouží jako technická podpora.
| Email na autora: pavel.lasak@gmail.com | Copyright © : Pavel Lasák 2004 - 2025 |