Possible to do without a Macro?

C

coryando

Hi google,

Fresh out of college with a new job and they gave me a task. My intuition tells me this should be possible to do without a Macro, but we will see. I'm just new to VBA and not sure how to code this problem either.


Order Number Next Order Number ...
Product Product Coming In Delivery Date Delivery Date
1 (Amount 1 coming in) (Amount 1 coming in) ...
2 (Amount 2 coming in) (Amount 2 coming in) ...
3 (Amount 3 coming in) (Amount 3 coming in) ...

What I am trying to do is make excel sum all the products coming in that current day. Across all the orders.

Any advice would be greatly appreciated!

Thanks.
 
C

coryando

Hard to tell as the format of your data is not clear. But you could look at either the Pivot Table tool; or the SUMIF or SUMIFS functions.


The problem that I find with SUMIF is that I do not know how many orders will be in the sheet. So I will not know the amount of columns to sum across. The delivery date will change over every order. Is there any way that I could post the sheet?
 

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