sumif use

  • Thread starter Thread starter steve alcock
  • Start date Start date
S

steve alcock

Hi,

I want to use sumif in the following way :

SUMIF(purchases!O18:purchases!O500,"=b21",purchases!
Q18:purchases!Q500)

and not :

SUMIF(purchases!O18:purchases!O500,"=01960",purchases!
Q18:purchases!Q500)

in otherwords I want to use the value of the cell b21 to
look up and not the typed in value ( 01960 ) can this be
done ?

thanks

steve
 
As a pedagogical exercise???

The OP could see how to change the formula to look for greater than (or any
other comparison operator).

Just my guess.
 
Back
Top