#N/A displaying in Bar Chart

ankurm84

New Member
Joined
Jan 28, 2019
Messages
8
Hi,

I have 3 columns whose cells are populated based on formula and vlookup.

Due to vlookup, number of rows returning data can vary.(sometime it can be 5 rows and other time it can be 10 rows)

Now When I am creating 2-D Bar chart(giving it range of 10 rows per column), with values of 1st column on y axis and values of remaining 2 columns as Bars, it is showing N/A values in last 5 rows in case only 5 rows are populated based on vlookup.

Is there a way to remove these N/A labels from the chart?

Thanks in advance
 
Last edited:

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
in your data formula wrap the #N/A results with IFERROR( ),""
 
Upvote 0
so you could "0" or what ever you choose. Something is throwing an error so suppressing the error is the normal route
 
Upvote 0

Forum statistics

Threads
1,214,542
Messages
6,120,116
Members
448,945
Latest member
Vmanchoppy

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