sumif question I think

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

I have 3 columns product name,projected,ordered. In a fourth column I need
to have 1st projected -ordered on all rows where the product name stays the
same.

Some thing like this...
product proj order
a 100 10 90
a 15 75
b 200 30 170
b 10 160
b 400 -240
.....

Thanks
Martin
 
I think this is what you mean

=IF(B2<>"",B2-C2,D1-C2)

Entere in d2 and copy down

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Back
Top