Calculating a column if 2 checkboxes are ticked

wackyracer8

New Member
Joined
Oct 8, 2015
Messages
5
What I am trying to do is add up all the prices when the paid checkbox is ticked and the just eat checkbox is ticked. I just can't seem to get to grips with it.

I'd also like to be able to say how many just eat are paid and how many are not paid but again I keep getting errors when using the IF statement.

Can someone please help me?


 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
I'd also like to be able to say how many just eat are paid and how many are not paid but again I keep getting errors when using the IF statement.

I've managed to solve this by using =COUNTIF(N3:N32,TRUE) but I'm still having trouble with the first one :confused:
 
Upvote 0
I'm trying to use =SUMPRODUCT(($O$3:$O$9=TRUE)+$A$3:$A$32) to get the desired result but it's producing a #N/A error in the cell.
 
Upvote 0
ok so I think I'm getting closer but I've obviously got something slighty wrong as I'm not sure how to add 2 true checkbox selections. I'm trying =SUMIF(N3:N8,"=true",((R3:R8,"=true"),A3:A32) but its throwing the "the formula you typed as an error)
 
Upvote 0

Forum statistics

Threads
1,216,057
Messages
6,128,524
Members
449,456
Latest member
SammMcCandless

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