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
Post a Comment