Help!

set up a stock ordering system in excel working backwards

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Setup RSS
Next:  Have to set up outlook each time I log on to comp..  
Author Message
Devil's Isle
External


Since: Oct 16, 2009
Posts: 1



PostPosted: Fri Oct 16, 2009 10:52 pm    Post subject: set up a stock ordering system in excel working backwards
Archived from groups: microsoft>public>excel>setup (more info?)

I am trying to set up a stock ordering system for my new business. I sell
gift hampers. The hamper is made up of several products. So, for example, I
have sold 1 'sweet' basket [column B] I need the applicable columns that
represent the individual items in the hamper [C - G] to automatically show
quantities. Am I asking for the impossible. In my head it works. I am used
to formulas going the other way. I would appreciate your feedback.
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Sat Oct 17, 2009 8:40 am    Post subject: Re: set up a stock ordering system in excel working backwards [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Couple of methods depending upon how you're set up.

1. If entering basket types down column B you could use a cell with a
COUNTIF formula for each type of basket.

In X1 enter =COUNTIF(B:B,"sweet")

Then in C2:G2(assuming titles in C1:G2) enter =$X$1

Same pattern for "fruit" or "canned goods"

2. Have Data Validation dropdown list in B2 with fruit, sweet and canned
goods.

Worksheet event code to add 1 to X1 when sweet is chosen from B2 dropdown.


Gord Dibben MS Excel MVP


On Fri, 16 Oct 2009 22:52:01 -0700, Devil's Isle <Devil's
Isle.RemoveThis@discussions.microsoft.com> wrote:

>I am trying to set up a stock ordering system for my new business. I sell
>gift hampers. The hamper is made up of several products. So, for example, I
>have sold 1 'sweet' basket [column B] I need the applicable columns that
>represent the individual items in the hamper [C - G] to automatically show
>quantities. Am I asking for the impossible. In my head it works. I am used
>to formulas going the other way. I would appreciate your feedback.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Setup All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum