Help Lookup formula

mulberry13

Board Regular
Joined
Nov 23, 2005
Messages
204
I need to have "lookup" that will look at column "C" and if it has "TRUE" then add Column "B" "units". If it says FALSE then also add Column "B" units. I need to see how many units they actually provided but also how many units were actually "not provided".

Units Confirm yn
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 FALSE
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
I need to have "lookup" that will look at column "C" and if it has "TRUE" then add Column "B" "units". If it says FALSE then also add Column "B" units. I need to see how many units they actually provided but also how many units were actually "not provided".

Units Confirm yn
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 TRUE
4 FALSE
Maybe these...

=SUMIF(C2:C13,TRUE,B2:B13)

=SUMIF(C2:C13,FALSE,B2:B13)
 
Upvote 0
yes Ty I think you have the formula I need thanks so much. I kept getting kicked out of my thread for some reason.
 
Upvote 0
No thank you! This site has helped with so many things for years. I tell all my co-workers/friends about it. It's just wonderful. I hope retire before you ever decide not to proivde this anylonger.
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,254
Members
452,900
Latest member
LisaGo

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