English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i i want to calculate range between upper and lower data what is th usefule
Execl function ?

2007-06-22 17:33:39 · 2 answers · asked by OMOB 1 in Science & Mathematics Mathematics

2 answers

=max(startcell:endcell)
=min(startcell:endcell)

You could display this as ="("&min(startcell:endcell)&","&max(startcell:endcell)&")"

2007-06-22 17:55:48 · answer #1 · answered by TychaBrahe 7 · 0 0

assume your numbers are in a column using your example numbers a1=29 a2=47 and down the line until a10=100 then copy/paste this formula in an empty cell =SUM(MAX(A1:A10),-MIN(A1:A10)) then test it out if your numbers are in a row, then just change the range A1:A10 to your row range. you would use the Dvar or Dsum or other D formulas if your numbers are in a table os some sort.

2016-05-18 00:46:26 · answer #2 · answered by ? 3 · 0 0

fedest.com, questions and answers