formula to replace cell with over 8 characters with word LAN

  • Thread starter Thread starter Calop
  • Start date Start date
C

Calop

Hello Group,
I hope someone will be able to help. I need a formula that can check each
cell in column "D" and if it has over 8 characters in the cell, return a
value of the word LAN in column "F". Anything with 8 or under should remain
as is. There will be up to 600 row entries in column "D".
example of col: 799Z
777X
79BM
08/30/06(An)
08/30/06(Put)
08/30/06(InT)
76CC
I'm aware that with all the talent and expertise in the group, this is small
potato's, but it is greatly appreciated.
Thank you,
Calop
 
?...
=IF(LEN(D5)>8,"Lan","")
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Calop" <[email protected]>
wrote in message
Hello Group,
I hope someone will be able to help. I need a formula that can check each
cell in column "D" and if it has over 8 characters in the cell, return a
value of the word LAN in column "F". Anything with 8 or under should remain
as is. There will be up to 600 row entries in column "D".
example of col: 799Z
777X
79BM
08/30/06(An)
08/30/06(Put)
08/30/06(InT)
76CC
I'm aware that with all the talent and expertise in the group, this is small
potato's, but it is greatly appreciated.
Thank you,
Calop
 
Jim,
Thank you very much for the formula. It does exactly what I need.
Calop
 

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

Back
Top