How to compute spread and % difference between highest and lowest value in 2 columns?

gopnik

New Member
Joined
Dec 2, 2017
Messages
7
Here is the deal, i have 2 columns in a google sheet doc with a bunch of values and #error ! and #ref !

I use

=$B:$B=max(IFERROR(B:B))
and
=$C:$C=min(IFERROR(C:C))

to highlight the lowest value in C and the highest value in B, and ignore errors


Problem 1= how to compute the spread and the % difference between the highest B and lowest C value?


Problem 2= these datas are JSON datas imported through importJSON commands, but come in various numerical forms messing up my sheets and biaising the formulas.


The problem here is the comma vs dot
how can i uniformize the values in comma format only?


Thanks ;)
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
here is how it looks for now
a mess isn't it :LOL:

<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
777.00023347781.99998999
#ERROR!#ERROR!
798.618000,2,2.000793.850000,1,1.000

#ERROR!#ERROR!
785.95000000794.45300000
#REF!#REF!
788.89788.98
#ERROR!#ERROR!
751760,00003
771,53498766,01002
816816,99
#REF!#REF!
#REF!#REF!
#ERROR!#ERROR!
#ERROR!#ERROR!
742,65785,28
760789,99
789.00789.29
786,79008786,79008
790791,7176643
790.63216607792.61362124
#REF!#REF!
777.8000805.4900
787.6,1.19792.82,2.1734
777,54789,95
#REF!#REF!

<colgroup><col style="width: 124px"><col width="123"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,868
Messages
6,127,408
Members
449,382
Latest member
DonnaRisso

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top