Hi
I'm trying to work out a formula that will calculate the following:
If cell in column A = Open, I want to calculate the sum of the numbers in the cells in column C, where the cells in column B state OPS. If it doesn't I want the calculate to result in 0.
Please help.
Regards
Kezia
Assuming XL2010 (or XL2007) see: SUMIFS function in XL Help
=SUMIFS(C:C,A:A,"Open",B:B,"OPS")
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks