Hi folks,
I'm very inexperienced with Excel and have hit a bit of a wall with some calculations;
Column A contains £numbers and Column B contains a letter (either Y or N)
I want to be able to sum the contents of Column A only if the letter in column B is an N. I have looked at SUMIF, nested IF statements and just SUM so far but nothing appears to be working. The closest I have got so far is with this;
=SUMIF(A1:A20, B1:B20, "N")
This returns a value of 0 (all the other attempts just give me #VALUE) but shouldn't as every cell has a number greater than 0. I'm not sure if it's relevant but I will mention it anyway, the numbers in Column A are the result of another formula/expression, specifically ='Accounts'!F4 for example. Could you possibly shed some light on where I could be going wrong?
Thank you,
Adam
Bookmarks