View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default In the sumif command, is there a way to set the criteria to =d10?

or with qualifier
=SUMIF(B3:B7,""&E1,C3:C7)

--
Don Guillett
SalesAid Software

"Don Guillett" wrote in message
...
if you had just tried it first
=SUMIF(A3:A7,D1,B3:B7)

--
Don Guillett
SalesAid Software

"Nat" wrote in message
...
I would like to set the criteria to be equal to a value in a cell as
opposed
to a specific number. Any idea?