Help with formula

R

Richard

=IF(B3="","",SUMIF('Sent to Assembly'!A:A,A3,'Sent to Assembly'!B:B))
=IF(B3="","",SUMIF('Parts Sent to Assembly'!A:A,A3,'Parts Sent to
Assembly'!B:B))
Can these to formulas be put together somehow?
 
P

Pete_UK

Something like this?:

=IF(B3="","",SUMIF('Sent to Assembly'!A:A,A3,'Sent to Assembly'!B:B) +
SUMIF('Parts Sent to Assembly'!A:A,A3,'Parts Sent to Assembly'!B:B))

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top