Checkbox Question
Hello,
I'm trying to make a formula so that when my "Task 100% Complete?" column checkbox is checked then it will automatically change "Fab Status % Complete (Needs Real Numbers)" column on that row is changed to 100% automatically. This saves the user of having to check the box and change the Fab Status column to 100% when the task is complete.
This is the formula I came up with but it is giving me a circular reference:
=IF([Task 100% Complete?]@row = 1, 100, [Fab Status % Complete (Needs Real Numbers)]@row)
Answers
-
@Matt RobertP Which column name are you trying to place this formula in?
-
@JamesB in the check box column which is the "Task100% Complete?" column.
-
@Matt RobertP This is why you are getting a circular reference. Your formula cannot reference its own cell.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!