complex formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I asked about a formula and I have one more question.

I have composed the following formula
=SUMPRODUCT(--('Wpg #s data'!C6:C500="One"),--('Wpg #s
data'!J6:J500>DATE(2004,12,1)))

But instead of specifying a date, I want to use a cell reference. I I had
the cell of J4 as the date to use, how would the formula look?
 
Hi
=SUMPRODUCT(--('Wpg #s data'!C6:C500="One"),--('Wpg #s
data'!J6:J500>D4))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top