I have a spreadsheet like below. For each month, it has 3 columns, EMEA, NA, and AP. Under those columns, they have several rows as well, like Core Planned, Core Unplanned, Non-core Planned, Non-core Unplanned.
We have a whole year data, and i want to create a section that looks up the data from the whole year and put it in to this section for current month data?
How do I look it up (formula), when it has multiple columns and rows for one lookup value (month) that I want to look up to...
Thanks!
Whole year data ...(due to space, only listing July and August
.........
07/15/2008 08/15/2008
V3 EMEA NA AP EMEA NA AP
Core Planned 89.93 89.93 89.93 78.10 78.10 78.10
Core Unplanned 100.00 100.00 100.00 94.41 94.41 94.41
Non-Core Planned 97.71 97.71 97.71 90.01 90.01 90.01
Non-Core Unplanned 97.71 100.00 100.00 90.01 100.00 100.00
How to look up the current month data? Using something like (HLOOKUP(TODAY(),$B$2:$M$54,2,TRUE)) doesn't work out?
Current Month (This is the data I want to get)
V3 EMEA NA AP
Core Planned
Core Unplanned
Non-Core Planned
Non-Core Unplanned
We have a whole year data, and i want to create a section that looks up the data from the whole year and put it in to this section for current month data?
How do I look it up (formula), when it has multiple columns and rows for one lookup value (month) that I want to look up to...
Thanks!
Whole year data ...(due to space, only listing July and August
.........
07/15/2008 08/15/2008
V3 EMEA NA AP EMEA NA AP
Core Planned 89.93 89.93 89.93 78.10 78.10 78.10
Core Unplanned 100.00 100.00 100.00 94.41 94.41 94.41
Non-Core Planned 97.71 97.71 97.71 90.01 90.01 90.01
Non-Core Unplanned 97.71 100.00 100.00 90.01 100.00 100.00
How to look up the current month data? Using something like (HLOOKUP(TODAY(),$B$2:$M$54,2,TRUE)) doesn't work out?
Current Month (This is the data I want to get)
V3 EMEA NA AP
Core Planned
Core Unplanned
Non-Core Planned
Non-Core Unplanned