L
Lindsey M
Hi everyone, hope you are all well
I'm having a slight problem with a formula that I've written
=IF(B2="","",IF(ISNUMBER(VALUE(LEFT(B2,6)))=TRUE,"",B2))
This would be placed in A3 then copied down all cells in the A column, the
following is an example of what would be in the other cells (just so you get
an idea what i'm trying to do)
B2 = Joe Bloggs
B3 = 381034 Mary Smith
B4 = 345876 John Smith
B5 = |spaces| Lunch 12:00 13:00
B6 = |spaces| Lunch 12:30 13:30
and so on.
The prob I'm having is that the above formula works exactly as I want it to,
well, that is if the A3 will be either Joe Bloggs if B2 is not blank and it
will be blank if the first 6 chars are numbers, but I need to incorporate
that it should also go blank if the first 6 chars are empty (in the case of
B5 and B6), instead it is copying these across.
I'm thinking that I should use the OR function but everything i've tried is
not working.
Has anyone got any ideas on this or can you point me in the right direction?
Any help will be gratefully received )
Cheers
Linds
I'm having a slight problem with a formula that I've written
=IF(B2="","",IF(ISNUMBER(VALUE(LEFT(B2,6)))=TRUE,"",B2))
This would be placed in A3 then copied down all cells in the A column, the
following is an example of what would be in the other cells (just so you get
an idea what i'm trying to do)
B2 = Joe Bloggs
B3 = 381034 Mary Smith
B4 = 345876 John Smith
B5 = |spaces| Lunch 12:00 13:00
B6 = |spaces| Lunch 12:30 13:30
and so on.
The prob I'm having is that the above formula works exactly as I want it to,
well, that is if the A3 will be either Joe Bloggs if B2 is not blank and it
will be blank if the first 6 chars are numbers, but I need to incorporate
that it should also go blank if the first 6 chars are empty (in the case of
B5 and B6), instead it is copying these across.
I'm thinking that I should use the OR function but everything i've tried is
not working.
Has anyone got any ideas on this or can you point me in the right direction?
Any help will be gratefully received )
Cheers
Linds