auto populate a column with NO formula
Is it possible? Can you write a formula in column 5 to populate column 4?
I need Column 4 to just rewrite what is in Column 3, BUT the formula will need to be in column 5. And it only needs to it to be written if column 6 has text.
We testing and hoping for a new way to populate a sheets column.
Essentially, column 3 and 4 will be identical if column 6 has text. I've numbered the columns, I need column 4 to stay blank (no column formula or cell formula) except when column 6 has text present. If column 6 has any letter or number, I want column 4 to copy the text from column 3.
I tried the automation called sheet changes... it changes a cell value when specified criteria are met. but it doesn't allow me to use the same automation i would use if sending an email ie. {{Column 3 Issue text}}.
Answers
-
Because we are pre-populating a form and we cannot have column formulas populate inside a form.
-
Hi @Dakota
What I would do in this instance is use a formula in Column 5.
You would write an IF statement to say that IF the Resolution has text, copy the cell data from column 3. However IF the Resolution column has no text, copy the cell data from column 4.
Then you could use column 4 in your Form but hide it in the sheet. That way your column 5 shows a combination of either column 3 data or column 4 data, depending on what column 6 has in it. Does that make sense?
Try something like this:
=IF(Resolution@row <> "", [Column 3 issue]@row, [Column 4 issue text]@row)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!