I have a spreadsheet I use to calculate the salary cap for our fantasy hockey league and I use a very long VLOOKUP formula to calculate it, but it looks very ugly. Is there a way to shorten it, or use another Excel matrix formula (INDEX MATCH)?
I am not 100% in and while the formula does the work it just is a bit too unwieldy so any help would be appreciated.
This is what it looks like:
=(((VLOOKUP($C3,Skater15,6,FALSE)*Result!$K$11)+(VLOOKUP($C3,Skater15,7,FALSE)*Result!$L$11)+((VLOOKUP($C3,Skater15,12,FALSE)+VLOOKUP($C3,Skater15,16,FALSE))*Result!$M$11)+(VLOOKUP($C3,Skater15,18,FALSE)*$N$11)+(VLOOKUP($C3,Skater15,22,FALSE)*Result!$O$11)+(VLOOKUP($C3,Skater15,23,FALSE)*Result!$P$11))*Result!$L$9)*(VLOOKUP($C3,Skater15,5,FALSE)/82)
Bookmarks