SUMIF Function

G

Guest

I'm trying to reference a cell for the criteria value but have been only able
to enter an actual value. For example I would like to use the following:

=SUMIF($J:$J,<A1,K:K)

where A1 is cell I'm trying to reference which happens to be a date value.
I've trying using paranthesis but it doesn't work. It only works for me when
I type in the actual value. The cell value changes frequently and I'm trying
to find a way to avoid have to change the value in the formula each time that
happens. Any help would be appreciated.
 
G

Guest

Hi Johnny,

try this

=SUMIF($J:$J,"<A1",K:K)

HTH
Regards from Brazil
Marcelo

"Johnny" escreveu:
 

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

Similar Threads


Top