M
Monte75
My data is as such
A B C D E F etc
1 # type J F M A M J J A S O N D
2 112 Budg 9 3 4
3 112 Fore 1 6 9
4 111 Budg 8 1 6
5 111 Fore 3 3 4
6 113 Budg 4 3 2
7 113 Fore 7 2 4
I am using the formula (assuming # is in A1)
{=((A2:A7=111)*(B2:B7="Budg")*(C2:C7))}
This gives me the value 8 found in C4, which is exactly what I am
looking for. The piece I am missing is that I want the (C2:C7) part of
the formula to be dynamic. I would like to have a cell ,located
elsewhere, that stores the month. This one cell would be able to
indicate what I am looking up. By putting March into the cell the
above formula would give me 6 or the value in E4. Suggestions?
A B C D E F etc
1 # type J F M A M J J A S O N D
2 112 Budg 9 3 4
3 112 Fore 1 6 9
4 111 Budg 8 1 6
5 111 Fore 3 3 4
6 113 Budg 4 3 2
7 113 Fore 7 2 4
I am using the formula (assuming # is in A1)
{=((A2:A7=111)*(B2:B7="Budg")*(C2:C7))}
This gives me the value 8 found in C4, which is exactly what I am
looking for. The piece I am missing is that I want the (C2:C7) part of
the formula to be dynamic. I would like to have a cell ,located
elsewhere, that stores the month. This one cell would be able to
indicate what I am looking up. By putting March into the cell the
above formula would give me 6 or the value in E4. Suggestions?