Hello all,
I'm trying to create a formula to "Autofill" contact (Name, phone number & Email),
What is the smartest, fastest way to create a formula for over 500 contacts?
Thank you
Create a table of your contacts and use a VLOOKUP function to search that table. It means a little extra work on the front end building the table, but once set up, a very basic formula will pull the info you need.
Thanks Paul, I'll give it a try
Is there a way to achieve this using the data that is already in my Contacts, rather than creating a whole new sheet of contacts with their information to perform a VLOOKUP or INDEX/MATCH on?
Hi @Ken Potts
I hope you're well and safe!
Unfortunately, it's not possible now, but it's an excellent idea!
Please submit this as a Product Feedback or Idea (If it hasn't been added already) when you have a moment.
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…