R
rog
Hello,
This is my problem:
I'm trying to write some cells with temperatures and then get the functions
MAX(), MIN() to give me the minimun and maxim temperatures for a range, but
if I write for instance:
Row D cell format personal: 0.00"°C";-0.00"°C";0.00"°C" Formula:
=MAX(D8
10) Result: 000ºC
Row F personal cell format: 0 "ºC" Formula: =MAX(F8
10)
Result: 0 ºC
Row H personal cell format: 0,00 ºC Formula =MAX(H8:H10) Result:
0,00 ºC
Row I general format of cells Formula =MAX(I8:I10) Result: 34
which is wright.
Note all the cells in each row have the same values.
Does anybody know how to introduce the degrees simbols and characters and
still make the functions MAX,MIN, etc.. work?
Note: I've got my excell version in Spanish so I'm translating from it,
please forgive any misstranslation.
Thanks
This is my problem:
I'm trying to write some cells with temperatures and then get the functions
MAX(), MIN() to give me the minimun and maxim temperatures for a range, but
if I write for instance:
Row D cell format personal: 0.00"°C";-0.00"°C";0.00"°C" Formula:
=MAX(D8

Row F personal cell format: 0 "ºC" Formula: =MAX(F8

Result: 0 ºC
Row H personal cell format: 0,00 ºC Formula =MAX(H8:H10) Result:
0,00 ºC
Row I general format of cells Formula =MAX(I8:I10) Result: 34
which is wright.
Note all the cells in each row have the same values.
Does anybody know how to introduce the degrees simbols and characters and
still make the functions MAX,MIN, etc.. work?
Note: I've got my excell version in Spanish so I'm translating from it,
please forgive any misstranslation.
Thanks