D
David R
Being a newcomer to functions and Using Excel 97, I have
set up a spread sheet as follows:
Columns A, C and E contain the names of companies and
columns B, D and F contain quotations that were received
from the companies in columns A, C and E respectively.
Cell G1 has the following formula:
=MIN(B1,D1,F1)
I tried to populate cell H1 with the name that corresponds
to the MIN value in column G by using the following
formula:
=OFFSET(MIN(B1,D1,F1),0,-1,1,1)
but, alas, an error message. Am I going about this the
wrong way?
TIA
David
set up a spread sheet as follows:
Columns A, C and E contain the names of companies and
columns B, D and F contain quotations that were received
from the companies in columns A, C and E respectively.
Cell G1 has the following formula:
=MIN(B1,D1,F1)
I tried to populate cell H1 with the name that corresponds
to the MIN value in column G by using the following
formula:
=OFFSET(MIN(B1,D1,F1),0,-1,1,1)
but, alas, an error message. Am I going about this the
wrong way?
TIA
David