S
SJ316
I need some help and don't know if it will be possible to get it to do
what I need. I am automating all my paperwork I do every morning and I
need a cell on a worksheet to decypher people's initials and translate
it to a name. here is a sample of what I have.
=IF('INDIVIDUAL TARGET'!A21="DH","Diane",IF('INDIVIDUAL
TARGET'!A21="LT","Lisa",IF('INDIVIDUAL
TARGET'!A21="LB","Linda",IF('INDIVIDUAL
TARGET'!A21="RN","Rae",IF('INDIVIDUAL
TARGET'!A21="LM","Liz",IF('INDIVIDUAL
TARGET'!A21="KC","Kathie",IF('INDIVIDUAL
TARGET'!A21="GL","Gladys",IF('INDIVIDUAL TARGET'!A21="DC","Dorothy","
"))))))))
But I hit the seven IF limit. I have a maxium of 18 workers. The table
that lists the intials are or a seperate worksheet within the file and
are in a single column.
I know this probably looks messed up. but any help will be
appreciated.
Thanks,
Steven J
what I need. I am automating all my paperwork I do every morning and I
need a cell on a worksheet to decypher people's initials and translate
it to a name. here is a sample of what I have.
=IF('INDIVIDUAL TARGET'!A21="DH","Diane",IF('INDIVIDUAL
TARGET'!A21="LT","Lisa",IF('INDIVIDUAL
TARGET'!A21="LB","Linda",IF('INDIVIDUAL
TARGET'!A21="RN","Rae",IF('INDIVIDUAL
TARGET'!A21="LM","Liz",IF('INDIVIDUAL
TARGET'!A21="KC","Kathie",IF('INDIVIDUAL
TARGET'!A21="GL","Gladys",IF('INDIVIDUAL TARGET'!A21="DC","Dorothy","
"))))))))
But I hit the seven IF limit. I have a maxium of 18 workers. The table
that lists the intials are or a seperate worksheet within the file and
are in a single column.
I know this probably looks messed up. but any help will be
appreciated.
Thanks,
Steven J