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
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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!