answersLogoWhite

0

When used as a database, an identifier in Excel identifies a record, so it acts like a primary key field. You can then find records easier.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is a unique item identifier?

a unique item identifier means what?


How do you pull data from one Excel worksheet to another and keep the data link correct even when new rows are added in source?

If you use a function (such as VLOOKUP) then you can search for a specific identifier for the information you wish to pull into the new sheet. This means that adding rows and so forth makes no difference as the function does not look for a specific row number but rather for an identifier to establish the correct row. Look at the help inside Excel on VLOOKUP for futher information.


Can you pass addresses to a function in C plus plus?

If the identifier you want to pass is an ordinary identifier, pass it as the address of... function(&identifier); If the identifier you want to pass is an array identifier, pass its name... function(arrayname);


How do you spell indentifyer?

Identifier....


Is keyward is identifier?

Isn't keyward isn't identifier.


Is A N D is an identifier?

A N D is not an identifier as it has spaces in between each letter. A valid identifier DOES NOT have space in it.


What is identifier in compiler design programs?

identifier is a letter , digit.


Is variable is also called as identifier?

No, the name of the variable is its identifier.


What is an identifier. what are the hearing rods for identifier 'c' language?

An identifier is the names given for labels, functions and variables in the c language.


What is a device identifier?

A device identifier usually refers to a MAC address.


Is hello is an identifier token?

Yes. The word "hello" can be an identifier token. It is not a reserved word in C or C++, and it meets the criteria for being an identifier.


Is it is true that the identifier and a variable in C programming language are same?

No. Identifier is a scientific name for the name.Variables, functions, types, etc -- each have an identifier.