Dates/Amounts calcs

K

KJo

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!
 
N

N Harkawat

=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
 
K

KJo

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!
 
Top