hello :
I would ask you how can i write code vba for following:
I would to count within range(g3:g1000) which contain certain date and count range(p3:p1000) which contain the "4130"
and put the results in cells in another sheets
I wrot this but don't work:
if range("g3:g1000")=date and...