Complex nestig of match, sumif, vlookup, hlookup?

Joined
Jul 15, 2011
Messages
3
Reaction score
0
I have a spreadsheet and I need to write a formula to do a couple things.
1. Search a range of cells on a separate sheet, same workbook, and find the columns with headers rows within a specific month
2. Once the correct columns are found, then I need it to look at the values below.
3. For each value in the correct column I need it to look horizontally to find a second value
4. If the second value is not found, I want it to disregard
5. If the second value is found I want to add up all the values where the second value is found

I am new to writing this type of formula and could really use some help here.

Thanks in advance
 
Joined
Jul 15, 2011
Messages
3
Reaction score
0
Column B Column E Column F Column G Column H Column I Column J Column K
Name 7/8 7/15 7/22 7/29 8/5 8/19 8/26
Not2ndValue 40 40 40 40 40 40 40
2nd Value 40 40 40 40 40 40 40
Not2ndValue 40 40 40 40 40 40 40
2nd Value 40 40 40 40 40 40 40

So I want:
1. Search for all columns with dates w/in the month of July
2. Look at each value in the columns from Step 1, and find the values that have the "2nd Value" in the same row
3. Once all the values w/2nd Value are located, sum the values from the columns in July

Desired Formula Result from this table: 320

Unfortunately, I am building inside of someone else sheet full of macros and I cannot change the layout. Column B Column E Column F Column G Column H Column I Column J Column K
Name 7/8 7/15 7/22 7/29 8/5 8/19 8/26
Not2ndValue 40 40 40 40 40 40 40
2nd Value 40 40 40 40 40 40 50
Not2ndValue 40 40 40 40 40 40 40
2nd Value 40 40 40 40 40 40 40

So I want:
1. Search for all columns with dates w/in the month of July
2. Look at each value in the columns from Step 1, and find the values that have the "2nd Value" in the same row
3. Once all the values w/2nd Value are located, sum the values from the columns in July

Desired Formula Result from this table: 320

Unfortunately, I am building inside of someone else sheet full of macros and I cannot change the layout.
 
Joined
Jul 15, 2011
Messages
3
Reaction score
0
Here is a .gif of my spreadsheet, it may help with the data layout. Sorry learning the ropes of posting questions.
 

Attachments

  • supply graph question.GIF
    supply graph question.GIF
    16.3 KB · Views: 411

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top