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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -