Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default SumIf/IfStatements: Referencing more them one attribute

Hi all, just wondering if any one can help with my If statement dilemma. I'm creating a stock tracking excel for my company and have run into a issues when writing an if statement which is reference more then on attribute on the worksheet.

So far I have

* Created a input form in which the user can add jobs with how much stock was used on that job. The form allows the user to input a job name and 6 different piles (products) which can vary in length and can be in 2 different designs.
* Created a stock worksheet (Main Page) which will allow the user to change manufactured stock levels and show how much stock has been used form the jobs that have been added. Thus allowing the subtraction of used stock from manufactured stock totalling current stock levels. This worksheet also includes buttons for adding a new job, Saving and Printing the Form.
* Created a Jobs Worksheet which will list all the jobs that have been added, which could include up to 6 piles with different lengths and design.


Confused yet? My dilemma is I have to compile all the piles (Products) from the jobs added and filter them by the different lengths and design then place the Quantity used for each length and design into the relevant cell on a table.

I hope I have not confused anyone to much and would really appreciate any help as I am lost.

If you are still puzzled to what the hell i am talking about please look at the excel workbook attached and make your own conclusions.

Kind Regards
Gary
Attached Files
File Type: zip StockTracker11.zip (33.7 KB, 61 views)
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Smile

Quote:
Originally Posted by gaznev2000 View Post
Hi all, just wondering if any one can help with my If statement dilemma. I'm creating a stock tracking excel for my company and have run into a issues when writing an if statement which is reference more then on attribute on the worksheet.

So far I have

* Created a input form in which the user can add jobs with how much stock was used on that job. The form allows the user to input a job name and 6 different piles (products) which can vary in length and can be in 2 different designs.
* Created a stock worksheet (Main Page) which will allow the user to change manufactured stock levels and show how much stock has been used form the jobs that have been added. Thus allowing the subtraction of used stock from manufactured stock totalling current stock levels. This worksheet also includes buttons for adding a new job, Saving and Printing the Form.
* Created a Jobs Worksheet which will list all the jobs that have been added, which could include up to 6 piles with different lengths and design.


Confused yet? My dilemma is I have to compile all the piles (Products) from the jobs added and filter them by the different lengths and design then place the Quantity used for each length and design into the relevant cell on a table.

I hope I have not confused anyone to much and would really appreciate any help as I am lost.

If you are still puzzled to what the hell i am talking about please look at the excel workbook attached and make your own conclusions.

Kind Regards
Gary
I guess you're trying to sum the quantities with multiple conditions on your Helix Piles tables.

On cell W3, it should have a formula of:

=SUMIFS(D:D,B:B,V3,C:C,U3)+SUMIFS(G:G,E:E,V3,F:F,V 3)+SUMIFS(J:J,H:H,V3,I:I,U3)+SUMIFS(M:M,K:K,V3,L:L ,U3)+SUMIFS(P:P,N:N,V3,O:O,U3)+SUMIFS(S:S,Q:Q,V3,R :R,U3)

Then just drag the formula downwards.
__________________
Asobi Wa Owari Da

Last edited by wickedchew : August 25th 10 at 10:20 AM Reason: The smiley icon appeared. =SUMIFS(D:D,B:B,V3,C:C,U3)
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
Puzzling attribute Bony Pony[_3_] Excel Discussion (Misc queries) 0 February 22nd 10 05:09 PM
SumIF referencing to a CELL, rather than text.... [email protected] Excel Worksheet Functions 1 September 21st 07 11:22 AM
Formatting Attribute Hierarchies John Excel Discussion (Misc queries) 0 August 20th 07 09:24 PM
Cannot remove read only attribute Colin Gough Excel Discussion (Misc queries) 2 September 27th 06 12:37 AM
Read Only attribute disappears Ken G. Excel Discussion (Misc queries) 1 December 2nd 04 12:32 AM


All times are GMT +1. The time now is 07:30 AM.

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

About Us

"It's about Microsoft Excel"