change cell value with SUBSTITUTE formula

Hello!
Trying to change the column (submitted by) values from user name to the actual persons name. I have:
IF([submitted by]@row="{users log in}", SUBSTITUTE ({first and last name}))
I'm getting no return value.
thank you
Best Answer
-
In that case, you would use an INDEX/MATCH.
=INDEX({Reference Sheet Name Column}, MATCH([Column2]@row, {Reference Sheet Match Column}, 0))
Answers
-
There is no way to access "current user" via formula.
-
thanks. I have a sheet that matches user name to actual name that i want to cross-reference, or link in the sheet where the name change or substitution is need.
-
i hope that my last replies clarifies.
im in the sheet, and i want to change the user value to the user full first,last name based on the existing sheet that has these values matched. My formula is above, and its not working. Please advise. Thanks! -
Are you able to provide some screenshots for context? It sounds like you may need an INDEX/MATCH instead.
-
here: in column 3 i would like to have the first, last name. Column 4 and column 5 are a separate sheet, listing user names and their matching full name.
-
In that case, you would use an INDEX/MATCH.
=INDEX({Reference Sheet Name Column}, MATCH([Column2]@row, {Reference Sheet Match Column}, 0))
-
thats the correct formula. Thank you!
-
-
hi @Paul Newcome, all of a sudden this formula is giving #no match return, for all values. Do you known what may be the cause? Thanks
-
It means that [Column2] is no longer found in the {Reference Sheet Match Column}.
Has anything changed with the source data?
-
ok, thanks! Nothing has changed. I copy pasted the sheet and the initial formula referenced, and it worked.
thank you! -
@Paul Newcome on another note, what do you think about the drop down menu column on the form with 1000 selections. How to make the field on the form user friendly? Or searchable?
Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!