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 - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -