Hello - I'm basically trying to add two, simple values, 1 and 2. The first, A1, is Always Negaitve and the second, A2, is Always Positive. So...
If:
A1=1 and A2= 1 then A3 = 0
A1=2 and A2= 2 then A3 = 0
A1=1 and A2= 0 then A3 = -1
A1=2 and A2= 0 then A3 = -2
A1=0 and A2= 1 then A3 = 1
A1=1 and A2= 2 then A3 = 1
These 6 examples will be the only possible entries.
The tricky part is that sometimes a cell will contain a "v" as in "1v" or "2v" and I need those to read as 1 or 2, respectively. This is needed for later search functions. Is there a way to use a custom number format to make 1v or 1 = 1, and 2v or 2 = 2... so that excel reads either entry as only the numbers 1 and 2?
Or, is it possible to us a function like =SUMPRODUCT in A3 to get the outcome I am needing?
I appreciate any guidance...I do not have a workbook currently because I do not have any working formulas that would give accurate examples.
Thank you...
Bookmarks