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(p31000) 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 range("p31000")="4130"
cells(2,2)=count(????) how to write this
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(p31000) 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 range("p31000")="4130"
cells(2,2)=count(????) how to write this