Hi,
Can someone help me with VBA code that does the following.
There will be three types of values in. They are numbers, percentage and fractions. For numbers and percentages it has to subtract and produce the output. for fractions it has to subtract above and below values separately and produce the output.
As shown below, in fractions it has take above values from both and substarct them and then do the same for below values.
Can someone help me with VBA code that does the following.
There will be three types of values in. They are numbers, percentage and fractions. For numbers and percentages it has to subtract and produce the output. for fractions it has to subtract above and below values separately and produce the output.
As shown below, in fractions it has take above values from both and substarct them and then do the same for below values.
Column A | Column B | Column C |
50 | 60 | 10 |
65% | 50% | -5% |
73/65 | 78/60 | 5/-5 |
62/70 | 60/65 | -2/-5 |