Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
foxgguy2005
 
Posts: n/a
Default charting different tpes of lumber on a list. (SEE PIC)


http://www.digitaluprising.net/site/...l_untitled.JPG


The above is a lumber list i am using... I have many different types of
lumber in column "M" such at bms, sill, plate, studs, etc. I want to
be able to graph the amount of boardfeet on each different ype of
lumber. So basically i'm looking to auto sort and combine the
different types to eventually have one bulk amount of bms, one bulk
amount of plate, etc. The board footage is calculated on column "I"
Thanks!

You know, even if there is a way not to have to sort it, but just for
it to recognize that all board footage in a row thats usage is sill, is
to be different then all board footage under rows with plate.

Thanks again fellas.

Is this possible?


--
foxgguy2005
------------------------------------------------------------------------
foxgguy2005's Profile: http://www.excelforum.com/member.php...o&userid=23663
View this thread: http://www.excelforum.com/showthread...hreadid=379939

  #2   Report Post  
foxgguy2005
 
Posts: n/a
Default


you know, on second thought, i know this is charting, worksheet
functions is my next stop.

Anyway, i thought about it, and instead of sorting the list,
are there cells i could create a functio in to sum the total numbers of
the rows that have a certain type of lumber...

like, sum of rows in colum "X" if column "y" = sill ???
and have it only add the rows with certain label.

Thaks guys!


--
foxgguy2005
------------------------------------------------------------------------
foxgguy2005's Profile: http://www.excelforum.com/member.php...o&userid=23663
View this thread: http://www.excelforum.com/showthread...hreadid=379939

  #3   Report Post  
bj
 
Posts: n/a
Default

The sumproduct function will work for you
=sumproduct(--(Y1:Y1000=A1),X1:X1000)
if you have the product you want to sum up in A1
note in sumproduct you can't use entire columns Y1:Y10000 is OK, but Y:Y is
not. and the arrays in eac section must be the same size.

or you could use the Sumif function
=sumif(Y:Y,"Sill",X:X)


"foxgguy2005" wrote:


you know, on second thought, i know this is charting, worksheet
functions is my next stop.

Anyway, i thought about it, and instead of sorting the list,
are there cells i could create a functio in to sum the total numbers of
the rows that have a certain type of lumber...

like, sum of rows in colum "X" if column "y" = sill ???
and have it only add the rows with certain label.

Thaks guys!


--
foxgguy2005
------------------------------------------------------------------------
foxgguy2005's Profile: http://www.excelforum.com/member.php...o&userid=23663
View this thread: http://www.excelforum.com/showthread...hreadid=379939


  #4   Report Post  
Jon Peltier
 
Posts: n/a
Default

This could be a job for a pivot table. Here's a brief intro on my site,
written by Debra Dalgleish:

http://peltiertech.com/Excel/Pivots/pivotstart.htm

and some links, which wouldn't have been included if they weren't helpful:

http://peltiertech.com/Excel/Pivots/pivotlinks.htm

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______


foxgguy2005 wrote:

you know, on second thought, i know this is charting, worksheet
functions is my next stop.

Anyway, i thought about it, and instead of sorting the list,
are there cells i could create a functio in to sum the total numbers of
the rows that have a certain type of lumber...

like, sum of rows in colum "X" if column "y" = sill ???
and have it only add the rows with certain label.

Thaks guys!


  #5   Report Post  
foxgguy2005
 
Posts: n/a
Default


in terms of the sumif funtion, that will actually work great for my
purposes.
Now would there also be a way to extend that funtion to a large amount
of sheets? I have sheets that start with 01, and can go all the way to
99. so would anyone happen to know a line i can add to
"=SUMIF(M:M,"Sill",I:I)" to add up all the sheets?
Thanks!


--
foxgguy2005
------------------------------------------------------------------------
foxgguy2005's Profile: http://www.excelforum.com/member.php...o&userid=23663
View this thread: http://www.excelforum.com/showthread...hreadid=379939



  #6   Report Post  
foxgguy2005
 
Posts: n/a
Default


*bump*


--
foxgguy2005
------------------------------------------------------------------------
foxgguy2005's Profile: http://www.excelforum.com/member.php...o&userid=23663
View this thread: http://www.excelforum.com/showthread...hreadid=379939

  #7   Report Post  
foxgguy2005
 
Posts: n/a
Default


flump


--
foxgguy2005
------------------------------------------------------------------------
foxgguy2005's Profile: http://www.excelforum.com/member.php...o&userid=23663
View this thread: http://www.excelforum.com/showthread...hreadid=379939

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
loop trough e-mail address list to send task lists with outlook Paul. Excel Discussion (Misc queries) 2 April 14th 05 11:48 AM
LOOP - Adddress List -to email Paul. Excel Discussion (Misc queries) 0 April 13th 05 09:54 AM
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
Creating a list from an existing list. Jad Excel Worksheet Functions 1 October 29th 04 06:00 AM


All times are GMT +1. The time now is 01:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"