RyanScharfy
Technical User
I have a file with two worksheets, "Sheet1" and "Sheet2".
To solve my problem here's a simplified example. Sheet1 looks like this:
Column A Column B Column C
Blue 1 100
Blue 2 100
Red 1 100
Blue 1 100
In Sheet2, I'd like to put in a formula that gives me the summed amounts from column C of the rows where "Blue" is in column A and "1" is in column B. The total in this example would be 200. I know of using "SumIf" but only for one condition, Blue or 1, but not both.
My particular real world document has thousands of rows, so a simple sum formula is not practical. Thanks for any help.
To solve my problem here's a simplified example. Sheet1 looks like this:
Column A Column B Column C
Blue 1 100
Blue 2 100
Red 1 100
Blue 1 100
In Sheet2, I'd like to put in a formula that gives me the summed amounts from column C of the rows where "Blue" is in column A and "1" is in column B. The total in this example would be 200. I know of using "SumIf" but only for one condition, Blue or 1, but not both.
My particular real world document has thousands of rows, so a simple sum formula is not practical. Thanks for any help.