Whats the easiest way to format painter for chart data point

Sahil123

Well-known Member
Joined
Oct 31, 2011
Messages
673
Hi all

i have several of charts where i have formatted some points using a graduent fill effect linear.

what i want to do is copy this colour and format painter it on a data point on another chart (not whole chart) and also format painter a cell and shape with this colour.

What is the best way to do this because its a nightmare Having to format them 1 by 1

thanks
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I don't think you can use FP like that, in charts. You will probably need to apply the formatting manually - unless the charts are similar enough that you can copy 1, then change the data ranges?
 
Upvote 0
The trick for the charts may be to use a dummy series and then Copy–> Paste Special + Formats. I've used column charts here.

The original data is used in each chart for Series 1. Series 2 will be the highlighted point.

Chart 1
Data1Gradient
Alpha7
Beta33
Gamma4
Chart 2
Data1Gradient
Delta1717
Epsilon15
Zeta12

<tbody>
</tbody>

Chart 1
1a – A normal column chart is created. I've set the gap width to 70%.
1b – Series 2 is formatted.
1c – Series overlap is set to 100%.

Chart 2
2a – A normal column chart is created; gap width to 70%.
2b – Select the chart with the correctly formatted point, Chart 1c here, and copy it. Then select the chart you wish to change. From the Home tab on the ribbon, use the dropdown menu below the large paste icon and select 'Paste Special'. In the popup dialog, select 'Formats' and press OK. The results are as shown below.

eU5cKGi.png


To copy the gradient fill to a cell interior fill would require some VBA. It would be faster for me to set the cell fill manually than to write the code.
 
Upvote 0

Forum statistics

Threads
1,214,914
Messages
6,122,211
Members
449,074
Latest member
cancansova

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