Forum Discussion
Diagrams with dynamic tables
- Mar 31, 2022
Per Fridolfsson OK! Played around a bit. Try the attached file, using NA() in the column for the X-axis.
I've also tried to use Trim("") instead of "", that really empties the cell, but unfortunately no difference.
pfridolf Forget about the NA() part. You don't need it. Have look at the attached file and try to replicate to your own.
- Per FridolfssonMar 31, 2022Copper Contributor
Riny_van_Eekelen Thanks for your answer. Unfortunately my tables comes from IF statements with a final sort-function. In the IF statements I have to specify "something" when the condition is not fullfilled. In my case "". As soon as this is the case for the X-values, the diagram won't be correct.
In your Exelfile I added an extra table to underline my problem. (It seems that I'm not allowed to attach files). In cell A19: =IF(ISNUMBER(A2);A2;"") In cell B19: =IF(ISNUMBER(B2);B2;""). (Row 19 to 33). The plot will then be incorrect.
- Riny_van_EekelenMar 31, 2022Platinum Contributor
Per Fridolfsson OK! Played around a bit. Try the attached file, using NA() in the column for the X-axis.
- Per FridolfssonMar 31, 2022Copper ContributorSeems like the NA() does the trick. Thank's a lot.