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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -