Need to Pull Those that Start with Letter P

T

Toria

Hello,

I have column that has plan names. I need a formula that will pull only
those plan names that start with the letter P into column B.

Thank you!
 
R

RagDyeR

=If(Left(A1)="P",A1,"")

Copy down as needed.
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


Hello,

I have column that has plan names. I need a formula that will pull only
those plan names that start with the letter P into column B.

Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top