I am using the following formula (Thanks NBVC!!) to sum up certain data in a column.
=SUMIFS(amount_rangeFloat,date_range,">=" & curr_date,amount_rangeFloat,"<0")
I wanted to change this a bit so that instead of ">=" & curr_date I only wanted to look at data 30 days out maximum (or 45 or 60)....
I tried every combo I could think of within the hash marks but everything keeps returning zero.
Where should I be putting the 30 day, 45 days, or what ever length of time i want to see from today's date.
Thanks!
Bookmarks