+ Reply to Thread
Results 1 to 15 of 15

Need to find a value and trigger process

Hybrid View

  1. #1
    Registered User
    Join Date
    10-18-2007
    Posts
    89

    Talking Need to find a value and trigger process

    Hi There,

    I have attached a sample of what I am working on. I have a CSV that is being imported into this workbook into the Consolidated sheet. I have a list of abbreviations on Sheet1. I want to find all "Par" in cosoldated and the determine the total are of each part. (Column A * Column B) and then continue on to the next abbreviation (SF).

    Thanks for any help you can offer.
    -James
    Attached Files Attached Files
    Last edited by jamesstorx; 07-20-2011 at 04:48 PM. Reason: Solved

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Need to find a value and trigger process

    Hello jamesstorx,

    Is there a reason for excluding column "C" - Part Thickness from the calculation?
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    10-18-2007
    Posts
    89

    Re: Need to find a value and trigger process

    Quote Originally Posted by Leith Ross View Post
    Hello jamesstorx,

    Is there a reason for excluding column "C" - Part Thickness from the calculation?
    the thickness of the parts is irrelevant to what I am trying to do. I am trying to determine total area so that I can get a total weight for all the parts combined.

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Need to find a value and trigger process

    Hello jamesstorx,

    So, just the sum of products in columns "A" and "B" for each product sales code, correct?

  5. #5
    Registered User
    Join Date
    10-18-2007
    Posts
    89

    Re: Need to find a value and trigger process

    Quote Originally Posted by Leith Ross View Post
    Hello jamesstorx,

    So, just the sum of products in columns "A" and "B" for each product sales code, correct?
    I am going to multiply A by B to get the area and then multiply that by the Qty, then once that is done, add all that togeter to get a total area, which will be in Square Feet. this is way over my head... Thanks for you help.

  6. #6
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Need to find a value and trigger process

    Hello jamesstorx,

    Copy this formula into cell "D2" on "Sheet1" and drag it down.
    =SUMPRODUCT(OFFSET(Consolidated!$A$1, 0, 0, COUNTA(Consolidated!$A:$A), 1),OFFSET(Consolidated!$B$1, 0, 0, COUNTA(Consolidated!$B:$B), 1), --(OFFSET(Consolidated!$D$1, 0, 0, COUNTA(Consolidated!$D:$D),1)=C2))
    Last edited by Leith Ross; 07-19-2011 at 08:52 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1