J
JA
I am using a simple table to keep track of daily sales
for a dozen or so employees. There is a column for their
names, each day of the week and the week's total (8 col
total) and a row for each employee.
I want to be able to display in a seperate cell not only
the current highest and second highest sales amounts
(easily done with MAX and LARGE respectively), but I want
to be able to also display the associated name with each
amount.
One method that I was hoping to be able to use, if
possible, is something that allows me to use operators on
the cell references themselves, rather than the value
contained within.
For instance, given this table of data:
A B
1 John 1200
2 Ashley 1400
3 Mark 1800
4 James 1300
5 Brian 1500
Is there a formula I could use to make the value of a
seperate cell be equal to the value in column A,
immediately to the left of the highest value in column B.
Unfortunately, since this needs to be a file shared by
colleagues who are very new to Excel, using the R#C#
method of cell reference for the sheet is not an option.
Any suggestions?
for a dozen or so employees. There is a column for their
names, each day of the week and the week's total (8 col
total) and a row for each employee.
I want to be able to display in a seperate cell not only
the current highest and second highest sales amounts
(easily done with MAX and LARGE respectively), but I want
to be able to also display the associated name with each
amount.
One method that I was hoping to be able to use, if
possible, is something that allows me to use operators on
the cell references themselves, rather than the value
contained within.
For instance, given this table of data:
A B
1 John 1200
2 Ashley 1400
3 Mark 1800
4 James 1300
5 Brian 1500
Is there a formula I could use to make the value of a
seperate cell be equal to the value in column A,
immediately to the left of the highest value in column B.
Unfortunately, since this needs to be a file shared by
colleagues who are very new to Excel, using the R#C#
method of cell reference for the sheet is not an option.
Any suggestions?