How do I not plot suppressed values on a chart?

bruty

Active Member
Joined
Jul 25, 2007
Messages
455
Office Version
  1. 365
Platform
  1. Windows
I have some data that is to be charted. Some values are suppressed for various reasons (as in the 2018 example in the table). How do I chart this but not plot the suppressed values of the line chart?

Ideally the table still needs to keep the "-" for the suppressed values.

1630056001825.png
1630056048846.png
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
can you change to N/A that will not plot - when i set this up early 2000's I used a seperate copy of the table using =a1 etc But with an IF
so IF( A1 = the value i want to suppress , "N/A" , A1 )
and use that table to plot the graph from

However that was on old versions of excel, which may now have changed to allow this charting
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,267
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top