JohnAndersen
New Member
- Joined
- Feb 4, 2011
- Messages
- 10
I have a decent sized database and I am trying to sum multiple individual's yearly sales credit (current and historical). column C is the value I am trying to sum. Column A contains the last name and column B contains the year I am trying to reference. Does this make sense? Does anyone do something similiar. For reference here is my last attempt:
=IF(AND(NAME="Smith",YEAR=2010),SUM(SALES CREDIT),"YOU DID IT WRONG")
I am trying to use dynamic named ranges for this. Is that the issue?
I am a relative beginner. Thanks in advance for your help!
=IF(AND(NAME="Smith",YEAR=2010),SUM(SALES CREDIT),"YOU DID IT WRONG")
I am trying to use dynamic named ranges for this. Is that the issue?
I am a relative beginner. Thanks in advance for your help!