User Logon Names

A

admir

Hi all,

I am making a spredsheet with my user logon names.
What I want to do is genarate a logon name field
automaticly.

For example:

User ID First Name Last name Logon Name
1 Yo Yoyo =First+1

You se what I want to do?

I want to generate a logon name from first name + User ID

How can this be done?

Please help.

Regards,

Admir
 
M

M. lane

admir said:
Hi all,

I am making a spredsheet with my user logon names.
What I want to do is genarate a logon name field
automaticly.

For example:

Try this in cell D1 as shown below: =CONCATENATE(B1,A1)
User ID First Name Last name Logon Name
1 Yo Yoyo =CONCATENATE(B1,A1)
A1 B1 C1 D1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top