Forum Discussion
Rajesh Kumar Bhupal
Dec 05, 2017Copper Contributor
Countif and if function
Hi ,
i would like to have a formula to count the repeatations time of name bobby in a column B1:B200, if the date in the columns A1:A200 contains today's date.
I tried the countif and if in a nested way but something is wrong.
Rajesh,
neither function will help.
=COUNTIFS(B1:B200,"bobby",A1:A200;TODAY())
2 Replies
Sort By
- Detlef_LewinSilver Contributor
Rajesh,
neither function will help.
=COUNTIFS(B1:B200,"bobby",A1:A200;TODAY())
- Rajesh Kumar BhupalCopper Contributor
THANK YOU SO MUCH..