G
Guest
Hi all (and Frank),
The following returns a #value! error:
=SUMPRODUCT(--($D4=Sheet2!$B$1),--($B4=Sheet2!$A$3:$A$155),(Sheet2!$B$3:$B$155))
Column D consists of words (product1, product2, product3)
Sheet2!$B$1 refers to a word (product1)
Column B consists of dates in m,d,yyyy date format.
Sheet2!$A$3:$A155 consists of dates in m,d,yyyy date format.
Labled date skip a day fairly often.
Sheet2!$B$3:$B$155) consists of prices
Essentially I am trying to look up a price that matches with a specified date and product. I can't figure out what I am doing wrong to get a #value! error.
Thanks for your help!
The following returns a #value! error:
=SUMPRODUCT(--($D4=Sheet2!$B$1),--($B4=Sheet2!$A$3:$A$155),(Sheet2!$B$3:$B$155))
Column D consists of words (product1, product2, product3)
Sheet2!$B$1 refers to a word (product1)
Column B consists of dates in m,d,yyyy date format.
Sheet2!$A$3:$A155 consists of dates in m,d,yyyy date format.
Labled date skip a day fairly often.
Sheet2!$B$3:$B$155) consists of prices
Essentially I am trying to look up a price that matches with a specified date and product. I can't figure out what I am doing wrong to get a #value! error.
Thanks for your help!