Dummy Excel
Well-known Member
- Joined
- Sep 21, 2005
- Messages
- 1,004
- Office Version
- 2019
- 2010
- 2007
- Platform
- Windows
Hi All,
im trying to lookup a few conditions (registration and status of vehicle from one worksheet) and then display comments in another worksheet. The main issue is i cant use vlookups as the registration in the reverse sheet is there multiple times which is why i need to use the status column (unavailable) to get my unique comment
my formula so far is:
although it displays random data, i cant work out where its getting the data from as its completely wrong. Even with the "test" there!
can anyone help?
thanks
Sam
im trying to lookup a few conditions (registration and status of vehicle from one worksheet) and then display comments in another worksheet. The main issue is i cant use vlookups as the registration in the reverse sheet is there multiple times which is why i need to use the status column (unavailable) to get my unique comment
my formula so far is:
Code:
=IF(COUNTIFS(Reverse!B:B,C73,Reverse!AG:AG,"Unavailable"),Reverse!AP:AP,"test")
can anyone help?
thanks
Sam