Hi all,
I'll start by saying that I'm very new at this and don't even know if this is possible.
I've been trying to figure out how I can writte a function that retrieves a best match result from a table looking like this:
A B C 11 745 860 2 107 0,018525325 18 047 995 3 363 0,015729268 19 006 145 3 499 0,014773922
I would like to input 2 values, one for column A(14 000 000) and one for B(3 000). The function should then determine which row that is closest to my values and return column C.
So far INDEX and MATCH functions seem to give column A the benefit and don't really take column B into consideration.
Hope someone can help me out.
Regards,
/Aspe
Bookmarks