Hello, I am trying to get the value of a text for which the formula is:
=RIGHT([program 1 Calculating 24 hr Hour value with date]@row, LEN([program 1 Calculating 24 hr Hour value with date]@row) - FIND(";", [program 1 Calculating 24 hr Hour value with date]@row))
Adding the value function to this isn't working even though the text that is returned is always a number. This is what I tried:
=Value (RIGHT([program 1 Calculating 24 hr Hour value with date]@row, LEN([program 1 Calculating 24 hr Hour value with date]@row) - FIND(";", [program 1 Calculating 24 hr Hour value with date]@row)))
However, when I use the first formula in one cell, then create a second one which says =Value (ref that first cell)), then it works.
I have to do this many times in the sheet I'm working on and am hoping to reduce the amount of helper columns I have, any ideas? The reason I need the value is so that I can find the minimum among them.
Thanks!