how do i create a formula to:

R

rkk

what would the formula be to determine which cell p25, t30 or s20 is the lowest. i want the answer to appear in a seperate cell, and all cells are on one worksheet.
 
A

Aladin Akyurek

=MIN(P25,T30,S20)

rkk said:
what would the formula be to determine which cell p25, t30 or s20 is the
lowest. i want the answer to appear in a seperate cell, and all cells are
on one worksheet.
 
Top