Hii...
the date formula in cell F4 should give output as 2 as 2 is repeated 2 times in the array but it evaluates to error...Kindly help..
Thank you..
Hii...
the date formula in cell F4 should give output as 2 as 2 is repeated 2 times in the array but it evaluates to error...Kindly help..
Thank you..
Very confused about what you are trying to do. Maybe this:Formula:
=COUNTIF($D$4:$D$7,$D4)
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
I want to count all those dates where difference btween dates in D column & E column is 2 without using helper columns
COUNTIF requires a range (first param) so you can't embed an inline array like that.
Formula:
=SUMPRODUCT(--(E4:E7-D4:D7=2))
confirmed with Enter
cool..It worked..Thanks a lot..!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks