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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -