I want to display (in the same cell) the minimum and maximum values from a range of cells. The formula I am using to do that is:
'=MIN(range)&" - "&MAX(range)
The resulting output shown in the cell is:
1000 - 2000
I want the cell to display:
1,000 sf - 2,000 sf
What is best way to set up the formula to perform the minimum and maximum value search and format the cell to display the values as desired with the comma separator and sf after each value?
Bookmarks