M
mduddridge
I have a spreadsheet into which people's usernames are entered (cell b),
(e.g. "APPLESEEDJ"). I want cell a, on the same spreadsheet, to show
the person's name, (e.g. "Johnny Appleseed").
The formula
=IF([Cell b]="APPLESEEDJ","Johnny Appleseed","Enter Username")
works perfectly, but only if the entry in cell b is APPLESEEDJ or no
data/any other data. In all, cell b will have one of ten (10)
Usernames or no data.
I'm sure there's an easy way to do this, but I've been playing around
with the Functions and nesting for an over hour and am no nearer to
making this happen.
Thanks, in advance for all help offered.
(e.g. "APPLESEEDJ"). I want cell a, on the same spreadsheet, to show
the person's name, (e.g. "Johnny Appleseed").
The formula
=IF([Cell b]="APPLESEEDJ","Johnny Appleseed","Enter Username")
works perfectly, but only if the entry in cell b is APPLESEEDJ or no
data/any other data. In all, cell b will have one of ten (10)
Usernames or no data.
I'm sure there's an easy way to do this, but I've been playing around
with the Functions and nesting for an over hour and am no nearer to
making this happen.

Thanks, in advance for all help offered.