John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
Hello All.
I have a workbook, & in Cell M14 I have the following formula to show the lowest £ amount from a range of cells, Range (K24:K523)
It is an array, just to clarify,,,I think,,
All I want to do is put a formula in cell L14 that says "The Cell Number this £ amount was found in from the range (K24:K523)
So,, IE if the amount was £760 for the formula cell M14,,,and it was found in the K range of cells,, say K333,,,,,,
I would like "K333" to be displayed in cell L14
I hope the above makes sense.
I've tried a few things,, just can't get it
Many Thanks for your time,
All the best
John Caines
I have a workbook, & in Cell M14 I have the following formula to show the lowest £ amount from a range of cells, Range (K24:K523)
Code:
{=IF(COUNTA($F$6:$F$10)<5, "", MIN(IF(L24:L523 = "LOSS", K24:K523)))}
All I want to do is put a formula in cell L14 that says "The Cell Number this £ amount was found in from the range (K24:K523)
So,, IE if the amount was £760 for the formula cell M14,,,and it was found in the K range of cells,, say K333,,,,,,
I would like "K333" to be displayed in cell L14
I hope the above makes sense.
I've tried a few things,, just can't get it
Many Thanks for your time,
All the best
John Caines