Skip to main content

How to apply formula when a checkbox is checked in Excel?

In some cases, you may need to apply some formulas based on the checked checkboxes. For example, as shown in the gif below, there is a project tracking table where a checkbox is checked to indicate that the corresponding project has been completed, at the same time, you need to use formulas to count the number of completed projects and the percentage of project completion dynamically. This tutorial will demonstrate how to accomplish this job.

Apply formula when a checkbox is checked in Excel


Apply formula when a checkbox is checked in Excel

Please do as follows to apply formulas dynamically when certain checkboxes are checked in Excel.

1. Firstly, insert the checkboxes you need. Here we insert the ActiveX Control checkboxes. Click Developer > Insert > Check Box (ActiveX Control), then draw a checkbox.

2. Then, select the cell contains the checkbox and drag the fill handle down to fill the checkbox to other cells, you will get a list of checkboxes. And then, right click the first checkbox and select Properties in the right-click menu.

3. In the opening Properties pane, enter a cell reference into the LinkedCell field to link the checkbox to a specific cell, then close the pane.

4. Repeat the above step 2 and 3 to assign cell references to the LinkedCell fields for all checkboxes. Then you will see the linked cells are displayed as follows.

5. To mark the projects completed with the corresponding checkboxes checked, in this example, you need to select the cell E3, enter the following formula into it and press the Enter key. Select this result cell, then drag its AutoFill Handle down until it reaches the end of the table.

=IF(F3,"Complete", " ")

6. Click Developer > Design Mode to turn off the worksheet’s design mode.

When you check a checkbox, the corresponding project will be marked as complete and the linked cell will appear as TRUE. See screenshot:

7. Now you need to create formulas to perform dynamic calculations when the checkbox is checked.

To count the number of completed projects, enter the following formula in a cell such as B14 in this case.

=COUNTIF(F3:F12,TRUE)

To calculate the percentage of project completion, please enter the following formula into a cell such as B15 and press Enter key.

=COUNTIF(F3:F12,TRUE)/COUNTIF(F3:F12,"<>")

From now on, when you check any checkbox in the project table, the formula will be calculated automatically as shown in the gif below.

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations