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
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