Hello, can anyone help with a formula that would do the following:
IF find a match for K15 in range M14:T28, return value from corresponding row in column T
Thanks.
Dan
Hello, can anyone help with a formula that would do the following:
IF find a match for K15 in range M14:T28, return value from corresponding row in column T
Thanks.
Dan
Hi
Do you mean?
=INDEX(T1:T28,MATCH(K15;M14:S14,0))
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
Fotis, you're mixing commas and semi-colons... which result in error message to the OP....
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
I've adapted your formula to this but could not get it to work (and sorry I originally made a mistake asking to look in K15 when meant K16).
=INDEX(T14:T28,MATCH(M14:T28:K16,0))
It needs to match the value in K16 with a value that will be in M14:M28. If it finds a match, lets say in M14 it should return the value in T14
ooops I did't noticed this....You know the problem....Semi-colons for me, comma for you...
=INDEX(T1:T28,MATCH(K15,M14:S14,0))
Edit:
=INDEX(T14:T28,MATCH(K16,M14:M28,0)) ???
Last edited by Fotis1991; 06-08-2012 at 10:25 AM. Reason: Edit
Thanks Fotis, I realised I can do it with a SUMIF instead anyway.
=SUMIF(M14:M28,K16,T14:T28)
Thanks for your help.
Dan
You are welcome Dan
Have a nice weekend!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks