Excel Sumifs with reference to a cell -


i want use sumifs formula sum date range variable date reference cell ie along lines of

=sumifs(database[daily commission],database[date],>e2)

so want sum daily commission date greater date in e2. have ideas?

=sumifs(database[daily commission],database[date],">"&e2) 

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -