Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi all, I have a list of clients who are extracted from access but I need to change the saluation from the clients initials to Sir/Madam. For Example Surname Firstname Salutation ------------------------------------------- Smith G Sir/Madam Andrews A B Sir/Madam Green R C L Sir/Madam Jones Mary Mary Initially, I was just going to highlight any entries in the firstname column that contained a space give the a value of true which would change the saluation to Sir/Madam. However this does not take into account the clients with only on initial. Any help would be greatly appreciated. Cheers, Adam -- nicad_adam ------------------------------------------------------------------------ nicad_adam's Profile: http://www.excelforum.com/member.php...o&userid=24178 View this thread: http://www.excelforum.com/showthread...hreadid=379976 |
#2
![]() |
|||
|
|||
![]()
Hi Nicad_Adam,
However this does not take into account the clients with only on initial. In a helper column, dragging the formula: =LEN(B1)=1 will return true for single initial entries. --- Regards, Norman "nicad_adam" wrote in message ... Hi all, I have a list of clients who are extracted from access but I need to change the saluation from the clients initials to Sir/Madam. For Example Surname Firstname Salutation ------------------------------------------- Smith G Sir/Madam Andrews A B Sir/Madam Green R C L Sir/Madam Jones Mary Mary Initially, I was just going to highlight any entries in the firstname column that contained a space give the a value of true which would change the saluation to Sir/Madam. However this does not take into account the clients with only on initial. Any help would be greatly appreciated. Cheers, Adam -- nicad_adam ------------------------------------------------------------------------ nicad_adam's Profile: http://www.excelforum.com/member.php...o&userid=24178 View this thread: http://www.excelforum.com/showthread...hreadid=379976 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I unlock specific cells in a spreadsheet that I protected? | Excel Discussion (Misc queries) | |||
Cells containing lots of text will not wrap? | Excel Discussion (Misc queries) | |||
I want Excel to allow cells with formulas and unrelated text | Excel Discussion (Misc queries) | |||
Adding two text cells together | Excel Discussion (Misc queries) | |||
Merging cells with text as one line | Excel Worksheet Functions |