Hi, I am having a little trouble getting a simple subtraction formula to work. I have a sheet that I am trying to subtract cell (a,1) from cell (a,2)
Cell (a,1) has a vlookup formula that obtains its data from another sheet. It works fine and is currently displaying the value(14.06). Which is correct.
cell (a,2) has the input that I manually entered, it is a constant value that does not get pulled from anywhere else(Value is 14).
In cell a,3 i enter a simple formula =A1-A2
the returns #VALUE!
Is there something I must do in order to use a vlookup value in other formulas?