In cells P3 and R3 I insert a date From and To. The B range is where I find
the Names of clients. cell A6 will carry one of the names of the client.
I after to count how many entries there are of a client, in col B, between
two dates.
Thank you
--
capt
"Bernard Liengme" wrote:
The formula you show counts how many times the B range in the Main worksheet
match the value in A6 of the sheet where the formula resides. If A6 is empty
you see a blank cell.
Now tell us what you mean by: How do I count between two dates in cells: P3
and R3?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email
"capt" wrote in message
...
I have the following formula.
=IF($A6="","",COUNTIF(MAIN!$B$10:$B$4999,"" &$A6 & ""))
How do I count between two dates in cells: P3 and R3?
--
capt