Hello all,
I am pulling a cell value from a different grid with an Index Match function. The cell value is "89.09740".
The value can be pulled succesfully, however, the number is displayed without the zero at the end: "89.0974".
Is there anything I can add to the below formula that would make sure no zero is cut off at the end of the number?
Here is the current formula:
=INDEX({ACC operations tracker all columns base sh Range 1}, MATCH($[Row ID]@row, {ACC operations tracker all columns base sh Range 2}, 0), MATCH([Item Number]$1, {ACC operations tracker all columns base sh Range 3}, 0))
Thanks in advance,
Dennis