Bring the data in a cell over to another sheet based off of other conditions in a row
What would be the best way to bring the data in a cell over to another sheet based off of other conditions in a row?
Example:
=IF(AND({Sheet A Type} = "Project Status", {Sheet A Status} = ""), {Sheet A % Complete}, "0")
Best Answer
-
Thanks @Genevieve P. !
With a slight change to your example we found a formula that worked!
=JOIN(COLLECT({Sheet A % Complete}, {Sheet A Type}, "Project Status", {Sheet A Status}, ""), " / ")
Answers
-
Hi @mballen
I would use a JOIN(COLLECT formula for this. It will Join together all the row values in one column that meet your criteria into one cell.
For example, something like this:
=JOIN(COLLECT({Sheet A Task Names}, {Sheet A Type} = "Project Status", {Sheet A Status} = "", {Sheet A % Complete}, 0), " / ")
Then this would Join all the Task Names with a / between the names.
Let me know if this works for your purposes!
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Thanks @Genevieve P. !
With a slight change to your example we found a formula that worked!
=JOIN(COLLECT({Sheet A % Complete}, {Sheet A Type}, "Project Status", {Sheet A Status}, ""), " / ")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!