1

I want to create a Look up column to bring the data of a column "Person/Group" in other library but I can´t. I found some solutions to this inconvenient, for example: https://sharepoint.stackexchange.com/questions/56745/is-it-possible-to-make-a-lookup-column-that-looks-up-person-or-group-type-from

But, I can't use them because the politics of the company I'm working, forbade me to code in Sharepoint or even use Sharepoint Designer. So... is there a workaround this problem, maybe working with InfoPath or something?

Thanks in advance

Community
  • 1
  • 1
Melo.Melissa
  • 11
  • 1
  • 2

1 Answers1

0

Why not use the list settings graphical user interface of SharePoint?

Have a look at

Sharepoint: Calculated column based on another list

http://www.youtube.com/watch?v=ShLH0mBcA54

== Update after some discussions ==

Lookup columns can only be linked to other lists and the only built-in list that contains any users is the hidden User Information List. This list you can link to, to do it any other way you must create your own list with users

Community
  • 1
  • 1
Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157
  • Hi, this is not quite what I was looking for. I know how to make a Look up column, but I want to know is how to make a Look up Column that references or brings a field "Person/Group". – Melo.Melissa May 24 '14 at 16:20
  • Lookup columns can only be linked to other lists and the only built-in list that contains any users is the hidden User Information List. This list you can link to, to do it any other way you must create your own list with users. – Eric Herlitz May 24 '14 at 17:52
  • Yes, I think this is the best way to handle this. – Melo.Melissa May 29 '14 at 21:58