dear all,
I am writing to seek a little help on creating a macro, which calculates values with dashes as the following below:
example
input column F
71-22
66-17
85-05
conversion logic
input (71-22) --> (71+22.5/32) --> 17.70 (output)
input(66-17) --> (66+17.5/32) --> 66.55(output)
etc...
Output (column G)
17.70
66.55
85.17
Please note: only convert values where column K row equals "fraction"
The attach file shows sample data which is highlighted as green, to show values which needs to be converted and other rows are highlighted as red, to show they should NOT be converted.
testing_dashes.xls
Thank you for your time and support.
Bookmarks