Thread
:
Please help. poss VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 789
Please help. poss VBA
Assuming first name is in column A, second name is in column B, date of
birth is in column C and Gender is in column D (as M or F) then in
column E put the formula
=Left(A1,1)&"-"&Left(B1,1)&"-"&C1&"-"&D1
regards
Paul
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]