Yes/ No

AustinL

Board Regular
Joined
Nov 22, 2005
Messages
58
I have a set of data with a yes and no checkbox. I want to run a report or query or something that will only show the boxes that are not checked. To elaborate I have client's and their bills. The checkbox is for "Billed" so once a client has been billed they are checked off. I want to run something that will show me only the entries that are not check (that haven't been billed)
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Well why not just create a query with No as the criteria for the Billed field?

That could then be used as the record source of a report.
 
Upvote 0
I do not think that is an option. I have a checkbox. So when the client is billed I check the box and I want a report will only show unchecked boxes. So if there is a way to do that it would be great but I can't find one.
 
Upvote 0
Is this field a Yes/No?

If it is then the underlying data is Yes/No, even if you are displaying a checkbox.

Did you try the query?
 
Upvote 0

Forum statistics

Threads
1,203,072
Messages
6,053,377
Members
444,659
Latest member
vuphihung

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