Here's an example of a spreadsheet.
Column A [] Column B [] Column C
------------------------------------
Gas ----------------------30
--------------Util---------20
--------------Gas ---------50
I've looked far and wide and couldn't figure this out. Lets say I want to Sum up column C only if Gas is in Column A - OR - Column B.
So in the above example the amount should return 80.
Also, should there come a time that Gas is in both columns, I'd only like that line to be counted once, not twice.
Any idea how to do this? I've tried and searched everywhere with no success.
Please help
Column A [] Column B [] Column C
------------------------------------
Gas ----------------------30
--------------Util---------20
--------------Gas ---------50
I've looked far and wide and couldn't figure this out. Lets say I want to Sum up column C only if Gas is in Column A - OR - Column B.
So in the above example the amount should return 80.
Also, should there come a time that Gas is in both columns, I'd only like that line to be counted once, not twice.
Any idea how to do this? I've tried and searched everywhere with no success.
Please help