Hello all,
I'm trying to do a lookup that references a table and uses three variables to locate the percent of traffic in a given store, on a given day, at a given time. I'm struggling with how to use multiple variables along the same axis (store # and day) because most of my experience with references is confined to VLOOKUP functions.
I want to use those values to populate the following table when I enter a store number into the yellow cell:
I tried using a SUMIFS, but that gave me a #value error. I figured there is a way to use an array function but I haven't really ventured into learning those yet, though I'm willing if necessary...
I appreciate any suggestions.
I'm trying to do a lookup that references a table and uses three variables to locate the percent of traffic in a given store, on a given day, at a given time. I'm struggling with how to use multiple variables along the same axis (store # and day) because most of my experience with references is confined to VLOOKUP functions.
Excel 2010 | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
2 | Store | Day | 9-10 am | 10-11 am | 11-12 am | 12-1 pm | 1-2 pm | ||
3 | 1 | Monday | 20.61% | 21.50% | 23.00% | 19.24% | 23.32% | ||
4 | 2 | Monday | 20.47% | 19.75% | 23.83% | 25.01% | 24.82% | ||
5 | 3 | Monday | 25.80% | 20.49% | 26.70% | 21.97% | 17.92% | ||
6 | 1 | Tuesday | 17.76% | 37.16% | 23.37% | 21.99% | 20.55% | ||
7 | 2 | Tuesday | 16.06% | 20.22% | 18.98% | 23.85% | 16.14% | ||
8 | 3 | Tuesday | 18.55% | 22.19% | 16.80% | 19.16% | 23.21% | ||
9 | 1 | Wednesday | 24.67% | 24.33% | 16.25% | 15.50% | 21.82% | ||
10 | 2 | Wednesday | 23.53% | 43.14% | 3.92% | 19.61% | 7.84% | ||
11 | 3 | Wednesday | 17.51% | 25.97% | 28.84% | 19.22% | 21.14% | ||
Sheet1 |
I want to use those values to populate the following table when I enter a store number into the yellow cell:
Excel 2010 | ||||||||
---|---|---|---|---|---|---|---|---|
K | L | M | N | O | P | |||
19 | Store # | |||||||
20 | 9-10 am | 10-11 am | 11-12 am | 12-1 pm | 1-2 pm | |||
21 | Monday | |||||||
22 | Tuesday | |||||||
23 | Wednesday | |||||||
Sheet6 |
I tried using a SUMIFS, but that gave me a #value error. I figured there is a way to use an array function but I haven't really ventured into learning those yet, though I'm willing if necessary...
I appreciate any suggestions.