Sign in to join the conversation:
Hi All,
How can you add a space between 2 vlookup functions?
Here's the formula: =VLOOKUP(Alias247, {Pilot Data Base Range 4}, 3, false) + VLOOKUP(Alias247, {Pilot Data Base Range 4}, 2, false)
This will show First_NameLast_Name.
Thanks!
Try this:
=VLOOKUP(Alias247, {Pilot Data Base Range 4}, 3, false) + " " + VLOOKUP(Alias247, {Pilot Data Base Range 4}, 2, false)
That works! Thank you!
You're welcome. Glad I could help out.
Hi all, Trying to use a formula to work out net days between events in a column (Visit End Date) when a second column (Visit Description) contains "V" but also only if the last visit also contains a V. =IF(CONTAINS("MV", [Monitor Visit Description]@row), NETDAYS([Monitor Visit End Date]1, [Monitor Visit End Date]2)) worked…
Hi all, I a very new to Smartsheet (4 weeks) and this community so my apologies if my question doesn't match the rules. I have built a PMO template and profile which I will integrate with control centre to automatically generate a new project triggered by HubSpot. The template has a set of activities across multiple…
Hello, I am having a hard time figuring this out. I am new to smartsheet. I want to create this metrics table but I don't know how to create the reference formula!! Please help!