Turning Text into Checked Checkmark Field
Hello. How would I turn a "Y" text field into a checked checkmark column? Thank you.
Best Answer
-
Hi,
Insert a checkbox column [Box] to the right of your other column. Enter the column formula:
=IF([Checkbox]@row="Y", 1, 0). Replace [checkbox] with the name of your column with the Y values.
The [Box] column should now have a check when the [Checkbox] column contains a Y.
Highlight and copy the [Box] column. Paste Special into the [checkbox] column as Values.
Delete the [Box] column.
Work?
Matk
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi,
Insert a checkbox column [Box] to the right of your other column. Enter the column formula:
=IF([Checkbox]@row="Y", 1, 0). Replace [checkbox] with the name of your column with the Y values.
The [Box] column should now have a check when the [Checkbox] column contains a Y.
Highlight and copy the [Box] column. Paste Special into the [checkbox] column as Values.
Delete the [Box] column.
Work?
Matk
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark,
This worked perfectly. Thank you!
-
Glad you found a solution. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
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!