B
bimmerman
For some reason I can only get this to work in a simple SUM function and
not in my lengthier versions.
Here is what I tried, can someone please tell me where I went wrong?
Thanks.
Original Formula:
=RANK(K7,$K$7:$K$21)
My attempt at using indirect on it:
=RANK(INDIRECT(D1&7,D1&$7&":"&D1&$21))
And here's the other one I need help with. And for extra points, can
you figure out how to make the VLOOKUP return the column that goes
along with D1 also? See right now, it returns COL 11, but if D1 has 'A'
in it, I would want the VLOOKUP to return 1.
=IF(VLOOKUP(MIN($A$7:$A$21),$A$7:$K$21,11,FALSE)>0,VLOOKUP(MIN($A$7:$A$21),$A$7:$B$21,2,FALSE)&":
"&VLOOKUP(MIN($A$7:$A$21),$A$7:$K$21,11,FALSE),"All Domains are
negative")
not in my lengthier versions.
Here is what I tried, can someone please tell me where I went wrong?
Thanks.
Original Formula:
=RANK(K7,$K$7:$K$21)
My attempt at using indirect on it:
=RANK(INDIRECT(D1&7,D1&$7&":"&D1&$21))
And here's the other one I need help with. And for extra points, can
you figure out how to make the VLOOKUP return the column that goes
along with D1 also? See right now, it returns COL 11, but if D1 has 'A'
in it, I would want the VLOOKUP to return 1.
=IF(VLOOKUP(MIN($A$7:$A$21),$A$7:$K$21,11,FALSE)>0,VLOOKUP(MIN($A$7:$A$21),$A$7:$B$21,2,FALSE)&":
"&VLOOKUP(MIN($A$7:$A$21),$A$7:$K$21,11,FALSE),"All Domains are
negative")