Forum Discussion
Emmarky
Jan 01, 2024Copper Contributor
Line chart
Hi, Taking this table as an input, how to create a similar line chart and also a bar chart in Excel.if you could let me know the process that would be great as I can also learn from that.Thanks in Ad...
PeterBartholomew1
Jan 01, 2024Silver Contributor
One way or another I think you need to pivot your data.
This can be done with a Pivot Chart / Table or a formula. The formula shown top-right is
= SUMIFS(Hit_Ratio,
Block_Size, block,
Cache_size, cache
)
but fairly soon a function PIVOTBY should be coming out.