Roy Munson
New Member
- Joined
- Sep 23, 2011
- Messages
- 2
Hello can somebody help me with this part of my formula, I thought it was just a simple IF(Find(Right)) formula but it returns a #Value!!!
=IF(FIND(">",(RIGHT(G7,2)),1)>0,RIGHT(G7,1),IF(FIND(">",RIGHT(G7,3),1)>0,RIGHT(G7,2),RIGHT(G7,3)))
G7 contains a manually entered sequence of numbers which are entered to instruct a user referring to process document they can be as greater than 100, each number in the sequence is separated by the ">" symbol. I need to capture the final number in the sequence then concatenate this number to establish a unique reference number , some examples below;
1>2>3>5>6 (using the formula above this sequence works and captures a 6)
1>10>21>28 or 1>10>55>101 anything with 2 or more digits at the end of the sequence returns a #value!
Any workable suggestions would be much appreciated!? As I tried a number of other formulas with no success!
=IF(FIND(">",(RIGHT(G7,2)),1)>0,RIGHT(G7,1),IF(FIND(">",RIGHT(G7,3),1)>0,RIGHT(G7,2),RIGHT(G7,3)))
G7 contains a manually entered sequence of numbers which are entered to instruct a user referring to process document they can be as greater than 100, each number in the sequence is separated by the ">" symbol. I need to capture the final number in the sequence then concatenate this number to establish a unique reference number , some examples below;
1>2>3>5>6 (using the formula above this sequence works and captures a 6)
1>10>21>28 or 1>10>55>101 anything with 2 or more digits at the end of the sequence returns a #value!
Any workable suggestions would be much appreciated!? As I tried a number of other formulas with no success!