SUMIF problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use a SUMIF function to add figures from column A when the
corresponding entry in column B (which is a date) is less than a year ago.
To try and make things easier I have a formula in c1 which carries out the
date calculation =TODAY()-365. I have tried various formulae but have not
been able to achieve a successful result - my latest effort is
=sumif(b:b,>c1,a:a) and I have also tried =sum(if(b:b>c1,a:a,0)). Can anyone
help ?
 
Hi,

Try entering the criteria in text format by concatenating the greater than
sign and the cell as per the following example:-

=SUMIF(B:B,">"&C1,A:A)

Regards,

OssieMac
 
=sumif(b:b,">"&c1,a:a)
Regards,
Stefi

„richierich1961†ezt írta:
 

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

Sumif weekday 3
Total last 30 days 6
SUMIF cells in Column B are blank 9
Sumif 5
SUMIF with criteria "<>" & "=" 4
SUMIF Question 4
Variables in formulas 9
Add/Subtract columns from tab to tab in same file 3

Back
Top