hi please help. i need a formula to get the number next in - sign. below are the example.
1. 31-60 result should be 60
2. 121-150 result should be 150
thanks
hi please help. i need a formula to get the number next in - sign. below are the example.
1. 31-60 result should be 60
2. 121-150 result should be 150
thanks
Try this?
Assuming the cells are in A1.
Formula:
=VALUE(TRIM(RIGHT(A1, LEN(A1) - FIND("-",A1))))
Try this:
=--REPLACE(A1,1,FIND("-",A1),"")
Thank you so much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks