Hi all,
I am working on a table which basically has three columns with list menus in their cells: Area (3 choices list menu), Type (two choices list menu) and Hours (12 choices list menu, 1-12). When filled out, it looks something like this:
AREA-TYPE-HOURS
ABC-AAA-5
DEF-BBB-3
ABC-AAA-4
GHI-AAA-8
DEF-AAA-5
So what I want to accomplish in the end is to do the following: Sum all AAA type of hours for all ABC Areas; Sum all BBB type of hours for all ABC areas... and so on. Basically an overview for each area wit the two types of hours summed up.
Is is going to be something with an IF(AND( statement within a VLOOKUP?
!Thanks!
I am working on a table which basically has three columns with list menus in their cells: Area (3 choices list menu), Type (two choices list menu) and Hours (12 choices list menu, 1-12). When filled out, it looks something like this:
AREA-TYPE-HOURS
ABC-AAA-5
DEF-BBB-3
ABC-AAA-4
GHI-AAA-8
DEF-AAA-5
So what I want to accomplish in the end is to do the following: Sum all AAA type of hours for all ABC Areas; Sum all BBB type of hours for all ABC areas... and so on. Basically an overview for each area wit the two types of hours summed up.
Is is going to be something with an IF(AND( statement within a VLOOKUP?
!Thanks!