Hi all
I originally needed to grab evrything after the charcter "-" so for example
if i had 5855-Harry Crumb Plc I would want Just "Harry Crumb Plc"
I manage to come up with the formula =MID(B7558,SEARCH("-",B7558,1)+1,LEN(B7558)) after surfing through the net (I have no idea how the formula works but it seems to give me what i want i dont know what the +1 does....anyhow)
The problem I have is that when I attempt to drag the formula down any cell that doesnt have a "-" gives me #VALUE
Could anyone please provide me with a formula that I can drag down so if there is a "-" it returns me everything afer that and if there is no dash it just returns me the value in the cell
Many Thanks
I originally needed to grab evrything after the charcter "-" so for example
if i had 5855-Harry Crumb Plc I would want Just "Harry Crumb Plc"
I manage to come up with the formula =MID(B7558,SEARCH("-",B7558,1)+1,LEN(B7558)) after surfing through the net (I have no idea how the formula works but it seems to give me what i want i dont know what the +1 does....anyhow)
The problem I have is that when I attempt to drag the formula down any cell that doesnt have a "-" gives me #VALUE
Could anyone please provide me with a formula that I can drag down so if there is a "-" it returns me everything afer that and if there is no dash it just returns me the value in the cell
Many Thanks
Last edited: