Hey,
I'm trying to expand on the code =REPLACE(AR5,1,FIND("-",AR5),"") into an array that can gather multiple numbers from F5:AR5. The problem is that those cells can contain other values that don't include a dash.
Cells F5:AR5 can include:
empty
D
N
T
DOT-1
NES-1
TYL3ES-1
FDR3
and multiple other combinations. I just need something to return and add any numbers that come after the "-"
Is there anyway to do this with a single code?
Thanks
I'm trying to expand on the code =REPLACE(AR5,1,FIND("-",AR5),"") into an array that can gather multiple numbers from F5:AR5. The problem is that those cells can contain other values that don't include a dash.
Cells F5:AR5 can include:
empty
D
N
T
DOT-1
NES-1
TYL3ES-1
FDR3
and multiple other combinations. I just need something to return and add any numbers that come after the "-"
Is there anyway to do this with a single code?
Thanks