Hi,
That has worked great thanks. I was trying to create a formula to do i
myself but couldn't work out the intricacies. You couldn't explain th
formula to me could you so I know what each bit is and can edit it an
learn to make my own.
=FIND("?",A5,1)>0
I get the =find bit ok, and the open brackets defines what to be found
By putting the ? in "" does that mean that any other text in the cell i
ignored and doesn't matter? Or are they just necessary whatever th
value being searched for is? I understand the next thing is where t
search, the current cell number. It's the rest I don't understand. Wh
is the a comma and then 1? and why outside the brackets do you nee
Sorry about this. Thank yo