Hi,
I am updating a report to show differences of data over 2 days.
data in column a shows the data i found the first time, and column b shows the data i found the second time i ran the coding, column c shows the difference between b and c
this all works fine.
However, every now and then the inputter will change the the data in column a if he needs to make an adjsutment.
the adjustment would be like so
the column c formula (=b1-a1) to calculate the first part of formula above and not the value.
What i need to is to extract all numbers and decimals from the cell if it begins with a "=", the end part can of the cell above can be any length and can be either + or -, that doesnt really matter to me, however i do need the original figure which is the value after the =, and before the + or -.
Hope this is of use, Rob.![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)
I am updating a report to show differences of data over 2 days.
data in column a shows the data i found the first time, and column b shows the data i found the second time i ran the coding, column c shows the difference between b and c
this all works fine.
However, every now and then the inputter will change the the data in column a if he needs to make an adjsutment.
the adjustment would be like so
Code:
=949.566666666667-121
the column c formula (=b1-a1) to calculate the first part of formula above and not the value.
What i need to is to extract all numbers and decimals from the cell if it begins with a "=", the end part can of the cell above can be any length and can be either + or -, that doesnt really matter to me, however i do need the original figure which is the value after the =, and before the + or -.
Hope this is of use, Rob.
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)