I need to create a sum of all the prices associated with ID numbers that have a distinctive set of characters within them.
using =Query(Range,"Select C,E where C contains 'LIM67' and not C contains '+'",1) gets me the values I need but doesn't automatically add up the E column.
Can anyone help please?