MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Combining column values

  Asked By: Traci Jennings         Date: Oct 05, 2009      Category: MOSS      Views: 321
 

Is there a way I can create a column that utilizes values from two separate
column values? For example, I'd like to utilize the ID column as well as a
column called 'AppName' so the final result could be something like 'Oracle1' or
'MOSS2'. Can someone recommend how this might be put into place?

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Anuj Lakhe          Answered On: Oct 05, 2009       

Use a calculated column  type using a formula of:

=[AppName]&[ID]

 
Didn't find what you were looking for? Find more on Combining column values Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].