Automation to updates all with same name in the primary column?
Hi, I primary columns with customer ID's. I have date columns I put today's day in when I have contacted that client.
What I need is, when I put a date in the date in the column, is to have all the customer with the same ID in the primary column to have the date column also fill. Or a help column auto fill with a text or a symbol auto fill.
I don't want to have to search up all the same customer ID and put in a date or something to let me know they have been contacted.
Any advice on how to do this.
Thank you
Answers
-
Hi @Kimbh
I think your idea of a Symbol column could work well!
For example, if you had a symbol column with the green checkmark circle, you could write an IF statement that says that IF the COUNT of rows that have this same customer name and a Date in the date column is greater than 1 (so at least one row has a date for that customer), return the green checkmark.
Try something like this:
=IF(COUNTIFS([Primary Column]:[Primary Column], [Primary Column]@row, Date:Date, <> "") > 0, "yes")
See: COUNTIFS Function / Use column formulas to apply calculations to all rows in a sheet
Let me know if this makes sense and will work for you.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you, I get how that works
-
I could really use some help. I have set this up so when the Notif box is checked then today's date is put in the box. =IF(Notif@row = 1, TODAY())
I'm trying to get so all matching Customer ID auto have the box check.
=IF(COUNTIFS([Customer Id]:[Customer Id], [Customer Id]@row, Notif:Notif <>"") > 0, YES"))
=IF(COUNTIFS([Customer Id]:[Customer Id], [Customer Id]@row, Notif:Notif <>"") > 0, true"))
Thank you so much
Kim
-
Hi @Kimbh
You're very close! This looks like it should work, except you have an extra one of these ) at the end of your formula.
You'll also want to make sure "Yes" is in full quotes.
Try:
=IF(COUNTIFS([Customer Id]:[Customer Id], [Customer Id]@row, Notif:Notif <>"") > 0, "YES")
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
THANK YOU!! I simple could not see what I missed.
-
No problem at all! Happy to be an extra set of eyes 👀
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives