andreascostas
Board Regular
- Joined
- Jan 11, 2011
- Messages
- 150
Hi
In column c I have a number of equations such as 2x + 20 . I need to pull out the 20 into another adjacent cell.
I used: =right(c1,len(c1)-Find(" + ",c1)) and it gives me the 20 .
The problem is that some of the equations have a negative in them ex. 4x - 19 or 2x - 6...and the formula above won't
work because it is looking for " +".....is there a way to get it to works with both at the same time???
Thanks
In column c I have a number of equations such as 2x + 20 . I need to pull out the 20 into another adjacent cell.
I used: =right(c1,len(c1)-Find(" + ",c1)) and it gives me the 20 .
The problem is that some of the equations have a negative in them ex. 4x - 19 or 2x - 6...and the formula above won't
work because it is looking for " +".....is there a way to get it to works with both at the same time???
Thanks