mrkris1982
Active Member
- Joined
- Apr 16, 2009
- Messages
- 407
Column A of sheet 1 is populated with names.....via list validation
Column U of sheet 1 has a $ amount
Lets say in A2, i select the name Bob Jones.....fill out some other stuff and the total cost in U2 is $400
On sheet 3, B2, I have this formula...trying to capture the total number of dollars that are associated with Bob Jones:
The result is #REF but not sure why - making the assumption its due to the list validation. Not sure if this can be confirmed, but wondering how I can work around this while keeping the validation in place.
Column U of sheet 1 has a $ amount
Lets say in A2, i select the name Bob Jones.....fill out some other stuff and the total cost in U2 is $400
On sheet 3, B2, I have this formula...trying to capture the total number of dollars that are associated with Bob Jones:
Code:
=SUMIF('sheet1'!A:A,"*Jones*",'sheet1'!U:U)
The result is #REF but not sure why - making the assumption its due to the list validation. Not sure if this can be confirmed, but wondering how I can work around this while keeping the validation in place.