Help! Graph Issues!

jebradec

New Member
Joined
Jun 25, 2009
Messages
3
Hi, my question is about making graphs in excel 2007.

I am trying to make a graph based on data in an excel worksheet, but the data is not organized in numerical order on the graph, and I would like it to be organized in numerical order on the graph without messing up the order of the data in the worksheet.

How to put the data in the graph in numerical order without it affecting the data in the worksheet?

Let me know if that makes sense. Thanks,

-radec.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I would suggest you use some formula's on another worksheet that lists the data in sorted order, then aim your chart at that table.
Excel Workbook
AB
1Col ACol B
2123124
38990
456
523
61112
78889
83435
95556
Sheet
Excel Workbook
AB
1Sorted Columns
223
356
41112
53435
65556
78889
88990
9123124
Sheet
 
Upvote 0
Hi, thank you so much for your reply. I understood your response, but I didn't understand the table that you showed afterward that was filled with formulas and how they would aid me in being able to manipulate my graphs the way I want.

This is the formula I am confused about:

=IF(Sheet1!A2,SMALL(Sheet1!$A$1:$A$9,ROW($A1:$A1)),"")
 
Upvote 0
In my test workbook I put the first table in worksheet "Sheet1".
On worksheet "Sheet2", are the listed formulas, they will display as shown below. Note that they must reside in the same row numbers as the table they refer to on "Sheet1".
Your chart is built off of the table on "Sheet2" which contains the listed formulas. This table is not just a sorted copy of your original table. It is the formulas in those cells that do the Sorting.

Excel Workbook
AB
1Sorted Columns
223
356
41112
53435
65556
78889
88990
9123124
Sheet2

Any changes to the un-sorted original data tabel on Sheet1 will take effect on your "Sheet2" table and hence also on your chart.

Cell A2 contains the formula =IF(Sheet1!A2,SMALL(Sheet1!$A$1:$A$9,ROW($A1:$A1)),"")
Hope this clears up what I am suggesting.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,094
Latest member
teemeren

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