excel - I want the sum of column B based on current year -


how can sum of column b if dates column fall in current year? have cell represent current year: cell i1 =year(today())

please try:

=sumifs(b:b,a:a,">="&date(i1,1,1),a:a,"<="&date(i1,12,31)) 

sumifs.

date.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -