View Single Post
  #2   Report Post  
wickedchew wickedchew is offline
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)