excel - SUMIFS for multiple criteria -


i have spreadsheet need sum on column based on 3 criteria (employee name, payment option , dates). have formula

=sumifs(c2:c10,b2:b10,"jason",d2:d10,"cash") 

but works regardless of dates. wanted show value today.

this link spreadsheet: https://docs.google.com/spreadsheets/d/1hshrfc05s_q9e5c78yreauh8d2obpcrbmtqjo8cpmwq/edit?usp=sharing

thanks in advance!

you need add third criteria:

=sumifs(c2:c10,b2:b10,"jason",d2:d10,"cash",a2:a10,today()) 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -