Hello! I'm New to Smart Sheets and the Community!
Hi All! I'm working on a sheet/form to allow my team members the opportunity to apply for daily early outs if permissible. What I'm looking to do is to auto populate their hire date once they submit their email on the form (from a drop down list). We have approximately 800 team members so I was looking at the best/easiest way to handle this. So far I've tried the IF function but I'm unable to make it work. Any ides/suggestions or "how tos" would be appreciated.
Answers
-
@b1gtyme33 The best way to do this would be to create a "record a date" automation into that date column with the trigger of when the email is added. This assumes that I'm understanding you to say the date that they enter their email would be their hire date.
IF I misunderstood and you already have a hire date and you want that date in another cell when the email is populated, then you could do an if() statement similar to:
=if(isblank(email@row),"",hiredate@row)
-
Hello! No, I can either place all of their emails/doh's in a separate sheet or this one, but the DOH would need to auto populate in the main sheet when they submit their email address in the original request form.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!