Multiplying a column by a constant (converting Metric to Imperial/US)

Rainfall graph.png

Hello

I'm using quickchart and all my rainfall data is in millimetres. I know I can make VCs with the conversion 0.03937*[Monthly Rain] to put my values in inches, but I'm hoping to avoid adding lots of VCs and instead do it within the Quicksheet expression.

How do I multiply a slice of a column Statistics of the last year[Monthly Rain] by 0.03937 ?  I've gotten this far but don't know how to multiply each item in the list by 0.03937

Select(Statistics[Monthly Rain],AND([Month-Year] <= EOMONTH(TODAY(), 0), [Month-Year] > EOMONTH(TODAY(), -12)))

Cheers and thanks

Leon 

Solved Solved
0 2 148
1 ACCEPTED SOLUTION

You don't, you add a column.

View solution in original post

2 REPLIES 2

You don't, you add a column.

Thank you Marc

I ended up doing it in the underlying Google Sheet.

Cheers!

Top Labels in this Space