Excel: select value from multiple id's -


so, want find id's (there multiple) in column orderid. formula have...

=lookup(indirect("a" & row()),table2[orderid],table2[quantity]) 

it selects value of last id of said number, how write select them , add them together?

i think you're looking sumif:

=sumif(table2[orderid],a1,table2[quantity]) 

Comments

Popular posts from this blog

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -