Extracting Data from a Sheet

Crispo

New Member
Joined
Jul 27, 2005
Messages
8
I have a report with a list of headings in rows A2:A99 and figures for each one in B2,C2,D2 and so on. I need to extract from this list only one greater than 0 and put them into another sheet for graph. Obviously I could graph the original sheet, but the graph is to big and it picks up all the 0 balances.

Please help me !
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Have you looked at Advanced Filter?

In the Excel help file there's a good example: "Filter by using advanced criteria"

You have to have column labels, and a criteria range with the same labels. I'd post and example, but I need to d/l the HTML Maker on this PC.

Hope that helps a bit!
 
Upvote 0
at column c use this formula

=IF(B6>0,B6,"="&NA())

then the chart data point to column a and column c

hope it helps
 
Upvote 0

Forum statistics

Threads
1,219,161
Messages
6,146,657
Members
450,706
Latest member
LGVBPP

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