A
Annabelle
Description: At the bottom of my worksheet, I need to sum
rows in a column based on the content of another column; I
also want the ability to add additional rows without
manually updating the sum formula. Although the details
below show only 6 rows, the data could grow to 100's.
Details:
Row Col F Col G (number of hours)
6 Projected 120
7 Current 123
8 Projected 41
9 Current 41
10 Projected 77
11 Current 98
____________________
(SUM)
14 - 238 (all Col G rows where Col F
contains "Projected")
15 - 262 (all Col G rows where Col F
contains "Current")
I believe an IF statement is appropriate, but having
trouble with its usage with these conditions. Any
suggestions?
rows in a column based on the content of another column; I
also want the ability to add additional rows without
manually updating the sum formula. Although the details
below show only 6 rows, the data could grow to 100's.
Details:
Row Col F Col G (number of hours)
6 Projected 120
7 Current 123
8 Projected 41
9 Current 41
10 Projected 77
11 Current 98
____________________
(SUM)
14 - 238 (all Col G rows where Col F
contains "Projected")
15 - 262 (all Col G rows where Col F
contains "Current")
I believe an IF statement is appropriate, but having
trouble with its usage with these conditions. Any
suggestions?