Removing FALSE statement from IF formula

Chetstar

New Member
Joined
Jun 8, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I'm having trouble removing the "FALSE" statement in Block G7. My goal is to have Block G7 populate a value based on whether the Check Box is clicked in cells B7:E7 . The boxes are not dependent (only one should be checked at a time) but when no boxes are checked, I would like the FALSE statement to not appear.

This is the formula and it works in that if a cell is checked, it populates the correct numerical value assigned to Check Box. Thanks for the guidance!
=IF(B7,5,IF(C7,3,(IF(D7,0,IF(E7,"N/A")))))
 

Attachments

  • Capture7.JPG
    Capture7.JPG
    44.7 KB · Views: 3

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi & welcome to MrExcel.
How about
Excel Formula:
=IF(B7,5,IF(C7,3,(IF(D7,0,IF(E7,"N/A","")))))
 
Upvote 0
Solution
Perfect! Thank you! I've been watching these threads and you all are superheroes!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,977
Latest member
dbonilla0331

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top