Hey guys,
A bit of a convoluted question.
I have a list of values
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]for127[/TD]
[/TR]
[TR]
[TD]for128[/TD]
[/TR]
[TR]
[TD]for13[/TD]
[/TR]
[TR]
[TD]for1[/TD]
[/TR]
[TR]
[TD]for56[/TD]
[/TR]
[TR]
[TD]aga567[/TD]
[/TR]
[TR]
[TD]aga2[/TD]
[/TR]
[TR]
[TD]aga67[/TD]
[/TR]
[TR]
[TD]for12
[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to enter a substring, in this case "for" and for it to return the next available ID. So in this case the last one used was for128 so I would like excel to return for129.
I would prefer not do it with VBA and only with a function. Can this be done?
Thanks!
A bit of a convoluted question.
I have a list of values
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]for127[/TD]
[/TR]
[TR]
[TD]for128[/TD]
[/TR]
[TR]
[TD]for13[/TD]
[/TR]
[TR]
[TD]for1[/TD]
[/TR]
[TR]
[TD]for56[/TD]
[/TR]
[TR]
[TD]aga567[/TD]
[/TR]
[TR]
[TD]aga2[/TD]
[/TR]
[TR]
[TD]aga67[/TD]
[/TR]
[TR]
[TD]for12
[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to enter a substring, in this case "for" and for it to return the next available ID. So in this case the last one used was for128 so I would like excel to return for129.
I would prefer not do it with VBA and only with a function. Can this be done?
Thanks!