Dates/Amounts calcs

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

Guest

I need a formula that calculates the amount ($) in one column based on the
date that coincides with the amount (another column) and also 30 days less
than the spreadsheets' date. How would I begin to write that? Help... and
thanks!
 
=SUMPRODUCT(--(TODAY()-A2:A300<31),B2:B300)
where column A holds your dates and column B holds the amount and by
"spreadsheets' date" you men todays date
 
I think this is exactly what I need as I wouldn't be using a 'today' date.
I'll give this a try. Thank You!
 

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

Back
Top