Formula required

Anton1983

New Member
Joined
Mar 9, 2018
Messages
17
If B3 contains text and F3 is blank, I want F3 to be counted. Could I have a formula that enables this?
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
You said it contains text, so it checked for text!

What can actually appear in B3 or F3?
 
Upvote 0
The 'B' column contains dates, and the 'F' column contains TRUE or FALSE. We only want to count the number of blank cells in column 'F' where there is also a date in 'B'.

I thought dates counted as text, so sorry for the confusion!
 
Upvote 0
You're welcome.

1/1/1900 is stored as a 1 in Excel, all dates are counted from this date, hours & mins are stored as a fraction of a day.
 
Upvote 0
Another option
=COUNTIFS(B:B,"<>",F:F,"")
 
Upvote 0

Forum statistics

Threads
1,226,729
Messages
6,192,695
Members
453,747
Latest member
tylerhyatt04

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