Concatenating cells from a different sheet matching certain constrain
Hi,
I'd need to add a list of the latest projects to a dashboard,
the list could be some columns like CUSTOMER + COUNTRY + CITY and the constrain its in another cell called WEEK, at the same time adding (=WEEKNUMBER([Received Date]@row))
what i expect is something like:
customer1 france paris 15
customer2 spain madrid 15
customer3 belgium antwerpen 15
Thanks!
Alberto
Best Answer
-
Hi @AlbertoCL ,
Have you considered adding a helper column to your source sheet, then creating a report? Your helper column (which could be hidden) could have a column formula that creates that concatenated string:
=Customer@row + " " + Country@row + " " + City@row + " " + WEEKNUMBER(Date@row)
Then you could create a report that only contains the helper column, and share that report on the dash. If you want to filter the report to show only certain customers, or only a specific date range, it would be easy to add the filter to the report.
Hope this helps!
Best,
Heather
Answers
-
Hi @AlbertoCL ,
Have you considered adding a helper column to your source sheet, then creating a report? Your helper column (which could be hidden) could have a column formula that creates that concatenated string:
=Customer@row + " " + Country@row + " " + City@row + " " + WEEKNUMBER(Date@row)
Then you could create a report that only contains the helper column, and share that report on the dash. If you want to filter the report to show only certain customers, or only a specific date range, it would be easy to add the filter to the report.
Hope this helps!
Best,
Heather
-
iT HELPS INDEED!
not finished yet, thou:-)
i have created and hide the helper column but i cant add it to the report the way i want (i only need those matching my latest week) how can i filter it?
Thanks!
Alberto
-
I finally created a report and then added it to the dashboard but for filtering (the only thing left:-)) i cant find filtering by LATEST or highest number as i dont want to need to update the filter number (i.e filter by week 15) and i'd rather not populate it myself,
Thanks!
Alberto
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!