Reference a Sheet in Formula

G

Guest

Hi All,

I want to reference 'Daily Reading Log' in the following formula, but keep
getting an error. Where do i need to place the reference?

This formula is actually listed on the 'Summary" sheet, but the data for the
formula comes from teh "Daily Reading Log'


=SUMPRODUCT(--(B3:B18>=DATEVALUE("01/03")),--(B3:B18<=DATEVALUE("30/03")),CA3:CA18)
 
B

Bob Phillips

=SUMPRODUCT(--('Daily Reading Log'!B3:B18>=DATEVALUE("01/03")),--('Daily
Reading Log'!B3:B18<=DATEVALUE("30/03")),'Daily Reading Log'!CA3:CA18)



--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
B

Bob Phillips

So what did you get wrong, was it the single quotes around the name?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Top