Hi All,
I have a column Named AttendingProv like this
AttendingProv
N.S.U.H. @SYOSSET
JEWISH UNIVERSITY HOSP
N.S.U.H. @GLEN COVE
N.S.U.H. @PLAINVIEW
DALE UNIV HOSPITAL
I would like to convert the column (AttendingProv) to small cap, but I have a delima..
I did the following =strconv([AttendingProv],3) and I got the following:
N.s.u.h. @Syosset
Jewish University Hosp
N.s.u.h. @Glen Cove
etc
What I would like to do is get the following result:
N.S.U.H. @Syosset
Jewish University Hosp
N.S.U.H. @Glen Cove
etc.
Make all letters cap except N.S.U.H.
I hope this clear.
Thanks
Dean
I have a column Named AttendingProv like this
AttendingProv
N.S.U.H. @SYOSSET
JEWISH UNIVERSITY HOSP
N.S.U.H. @GLEN COVE
N.S.U.H. @PLAINVIEW
DALE UNIV HOSPITAL
I would like to convert the column (AttendingProv) to small cap, but I have a delima..
I did the following =strconv([AttendingProv],3) and I got the following:
N.s.u.h. @Syosset
Jewish University Hosp
N.s.u.h. @Glen Cove
etc
What I would like to do is get the following result:
N.S.U.H. @Syosset
Jewish University Hosp
N.S.U.H. @Glen Cove
etc.
Make all letters cap except N.S.U.H.
I hope this clear.
Thanks
Dean