Hi
I have the below formula in excel. It is working good but very slow
So i am planning to put the count if formula in vba code so that i can reduce the slow processing speed
Can any one help me on this
=countifs(sheet1!A1:A300,sheet2!A1,sheet1!B1:B300,">="&today-3)
This the my formula
Where a1:a300 is the list of name and b1:b300 is the dates
Also in sheet2 a1 is the today dat.
Which i need to count how many time a person was complained with in last 3days.
Please help me!!!
Bookmarks