Need help with a VLOOKUP formula

Options

Hi all,

Just to be upfront, formulas are my Achilles heel, so I'm not sure if I'm doing this right. My company has a Lucidchart training coming up, and we've created a sheet/form that will list out everybody who has filled out the form and has expressed interest in the training. I've also imported another sheet that lists all of the users who currently have access to Lucidcharts. This list also includes a column that indicates whether they are a licensed user or not.

I was able to create the following VLOOKUP that will inform me if the user signing up for the training already has a Lucidchart account. Basically if the user signs up for training using our form and their email account exists in the Lucidchart user list, it will populate under the column "Has software account".

=VLOOKUP(Email1, {LucidChart Users_Jan2023 Range 1}, 1, false)

There is another column on our sheet called "Is licensed". I need to see if there's a way to reference the Lucidchart user list sheet I imported to indicate whether the user in question has a license. I tried the following formula but am obviously not doing this right.

VLOOKUP(Email1, {LucidChart Users_Jan2023 Range 1}, 1, false, {LucidChart Users_Jan2023 License}, 1, false)


Any help you can provide is appreciated. Thanks a bunch!

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!