Hi,
I have data in a spreadsheet that has products down the side and weeks of sales across the columns. I need to find the largest week of sales and also the value in the column previous to it. I have been able to use the Large formula to find the largest sales week but I am not able to figure out how to get the value in the column previous to it.
In the example I am able get the value returned for the largest week of sales for Product A,which was 28 (col G), but I need the value of the column before it also which is 4 (in column F). The value in the column to the left of my highest value should be returned in it's own cell.
Can you please help me determine the formula to get the results I need?
<tbody>
</tbody>
Thank you!
I have data in a spreadsheet that has products down the side and weeks of sales across the columns. I need to find the largest week of sales and also the value in the column previous to it. I have been able to use the Large formula to find the largest sales week but I am not able to figure out how to get the value in the column previous to it.
In the example I am able get the value returned for the largest week of sales for Product A,which was 28 (col G), but I need the value of the column before it also which is 4 (in column F). The value in the column to the left of my highest value should be returned in it's own cell.
Can you please help me determine the formula to get the results I need?
Row/Col | A | B | C | D | E | F | G | H | I | J |
1 | Year > | 2017 | 2017 | 2017 | 2017 | 2017 | 2017 | |||
2 | Week # > | 30 | 31 | 32 | 33 | 34 | 35 | |||
3 | 0012345 | Product A | 12ct | 6pk | 6 | 4 | 28 | 18 | 5 | 10 |
4 | ||||||||||
5 |
<tbody>
</tbody>
Thank you!
Last edited: