MrExcel Message Board

Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Feb 26th, 2002, 02:09 PM   #1
rajface2face
New Member
 
Join Date: Feb 2002
Location: uk LONDON
Posts: 4
Default

in this shop every phone should be conunted ie it should have how many fonez in stock n
i am trin to make a stock recorder for a shop selling mobile phone n i don't no how to make a message pop up if the stock of a phone(8310) goes under 5 n it should say 'reorder nk 8310'
And if n e fone is not sold for whole month or loong time than it should pup up sayin 'out on offer'
OR ANY ALTERNATIVE WAYS ROUND THIS WILL BE APPRECIATED.
thank u
rajface2face is offline   Reply With Quote
Old Feb 26th, 2002, 02:18 PM   #2
gplhl
Board Regular
 
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
Default

Quote:
On 2002-02-26 13:09, rajface2face wrote:
in this shop every phone should be conunted ie it should have how many fonez in stock n
i am trin to make a stock recorder for a shop selling mobile phone n i don't no how to make a message pop up if the stock of a phone(8310) goes under 5 n it should say 'reorder nk 8310'
And if n e fone is not sold for whole month or loong time than it should pup up sayin 'out on offer'
OR ANY ALTERNATIVE WAYS ROUND THIS WILL BE APPRECIATED.
thank u
if cell A1 contains the number of phones in stock and you want the message to appear in cell B1 then use the formula

=IF(A1<5,"Reorder Nokia 8310","")


__________________
Regards,

Gary Hewitt-Long
gplhl is offline   Reply With Quote
Old Feb 26th, 2002, 03:39 PM   #3
rajface2face
New Member
 
Join Date: Feb 2002
Location: uk LONDON
Posts: 4
Default

thankx but i wanted to know hw do i record the number of items sold ie it should have number in stock n when each one item iz sold t should be recorded in n i wated to no how would this work. do u get wat i mean i mean the system it self should detect how many fonez sold n how many left not me entring the number sold
for example the store has 6 nk 8310 mobiles n if one is sold than it should be detected that a item iz sold n needs to be reordere in other words it iz a AUTOMATED STOCK CHECKER. and i think just one formula would not be enough for this i think a couple of formulaes wll be required.
THANK U hope 2 here soon from u.
rajface2face is offline   Reply With Quote
Old Feb 26th, 2002, 04:50 PM   #4
gplhl
Board Regular
 
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
Default

Quote:
On 2002-02-26 14:39, rajface2face wrote:
thankx but i wanted to know hw do i record the number of items sold ie it should have number in stock n when each one item iz sold t should be recorded in n i wated to no how would this work. do u get wat i mean i mean the system it self should detect how many fonez sold n how many left not me entring the number sold
for example the store has 6 nk 8310 mobiles n if one is sold than it should be detected that a item iz sold n needs to be reordere in other words it iz a AUTOMATED STOCK CHECKER. and i think just one formula would not be enough for this i think a couple of formulaes wll be required.
THANK U hope 2 here soon from u.
for a system to automatically detect that the phone is sold excel would somehow need to be linked in with your till?

However you decide to do it, somehow something needs to trigger that there has been a sale and which stock item needs to have its stock count amended.

How would excel knw that a phone has been sold?



__________________
Regards,

Gary Hewitt-Long
gplhl is offline   Reply With Quote
Old Feb 26th, 2002, 05:03 PM   #5
rajface2face
New Member
 
Join Date: Feb 2002
Location: uk LONDON
Posts: 4
Default

Quote:
On 2002-02-26 15:50, gplhl wrote:
Quote:
On 2002-02-26 14:39, rajface2face wrote:
thankx but i wanted to know hw do i record the number of items sold ie it should have number in stock n when each one item iz sold t should be recorded in n i wated to no how would this work. do u get wat i mean i mean the system it self should detect how many fonez sold n how many left not me entring the number sold
for example the store has 6 nk 8310 mobiles n if one is sold than it should be detected that a item iz sold n needs to be reordere in other words it iz a AUTOMATED STOCK CHECKER. and i think just one formula would not be enough for this i think a couple of formulaes wll be required.
THANK U hope 2 here soon from u.
for a system to automatically detect that the phone is sold excel would somehow need to be linked in with your till?

However you decide to do it, somehow something needs to trigger that there has been a sale and which stock item needs to have its stock count amended.

How would excel knw that a phone has been sold?

Exactly thats wat i mean. i t will be like a deals over phone like pp call in n order mobie phones. n when a phone has been sold than wat kind of macro or formula should i use to tell the systemm tat so n so item is sold i mean the system i am making is for the mnagr of the company n this system sholud have SUMIN so it can be told that this many of so n so item sold n the system is updated every week ie the maneger is told at end of the week that this many 8310s were sold n he keys tha in to keep a rec ord n i need help in every thing in this system i have writen. the whole program if u can give me n e ideas for this SPREADSHEET project 4 A level . THANK u


rajface2face is offline   Reply With Quote
Old Feb 28th, 2002, 05:11 AM   #6
rajface2face
New Member
 
Join Date: Feb 2002
Location: uk LONDON
Posts: 4
Default

[quote]
On 2002-02-26 16:03, rajface2face wrote:
[quote]
On 2002-02-26 15:50, gplhl wrote:
Quote:
On 2002-02-26 14:39, rajface2face wrote:
thankx but i wanted to know hw do i record the number of items sold ie it should have number in stock n when each one item iz sold t should be recorded in n i wated to no how would this work. do u get wat i mean i mean the system it self should detect how many fonez sold n how many left not me entring the number sold
for example the store has 6 nk 8310 mobiles n if one is sold than it should be detected that a item iz sold n needs to be reordere in other words it iz a AUTOMATED STOCK CHECKER. and i think just one formula would not be enough for this i think a couple of formulaes wll be required.
THANK U hope 2 here soon from u.
for a system to automatically detect that the phone is sold excel would somehow need to be linked in with your till?

However you decide to do it, somehow something needs to trigger that there has been a sale and which stock item needs to have its stock count amended.

How would excel knw that a phone has been sold?

Exactly thats wat i mean. i t will be like a deals over phone like pp call in n order mobie phones. n when a phone has been sold than wat kind of macro or formula should i use to tell the systemm tat so n so item is sold i mean the system i am making is for the mnagr of the company n this system sholud have SUMIN so it can be told that this many of so n so item sold n the system is updated every week ie the maneger is told at end of the week that this many 8310s were sold n he keys tha in to keep a rec ord n i need help in every thing in this system i have writen. the whole program if u can give me n e ideas for this SPREADSHEET project 4 A level . THANK u

i need help ASAP

i think i neva made my self clear
here is wat i wanted
i want my sytem to be able to keep a record of the stock (all the diffrent mobiles) and i don't know how to do that on excel. i could have a list of all the items n next to each item i could have how many in stock n i could make a formula that every time a item is sold i click on its box n it minuses one from the stock. i guess u jknow wat kind of formulae i need n if u still don't understand please let me knoe ASAP
thank u

rajface2face is offline   Reply With Quote
Old Feb 28th, 2002, 12:19 PM   #7
Guest
 
Posts: n/a
Default

[quote]
On 2002-02-28 04:11, rajface2face wrote:
[quote]
On 2002-02-26 16:03, rajface2face wrote:
[quote]
On 2002-02-26 15:50, gplhl wrote:
Quote:
On 2002-02-26 14:39, rajface2face wrote:
thankx but i wanted to know hw do i record the number of items sold ie it should have number in stock n when each one item iz sold t should be recorded in n i wated to no how would this work. do u get wat i mean i mean the system it self should detect how many fonez sold n how many left not me entring the number sold
for example the store has 6 nk 8310 mobiles n if one is sold than it should be detected that a item iz sold n needs to be reordere in other words it iz a AUTOMATED STOCK CHECKER. and i think just one formula would not be enough for this i think a couple of formulaes wll be required.
THANK U hope 2 here soon from u.
for a system to automatically detect that the phone is sold excel would somehow need to be linked in with your till?

However you decide to do it, somehow something needs to trigger that there has been a sale and which stock item needs to have its stock count amended.

How would excel knw that a phone has been sold?

Exactly thats wat i mean. i t will be like a deals over phone like pp call in n order mobie phones. n when a phone has been sold than wat kind of macro or formula should i use to tell the systemm tat so n so item is sold i mean the system i am making is for the mnagr of the company n this system sholud have SUMIN so it can be told that this many of so n so item sold n the system is updated every week ie the maneger is told at end of the week that this many 8310s were sold n he keys tha in to keep a rec ord n i need help in every thing in this system i have writen. the whole program if u can give me n e ideas for this SPREADSHEET project 4 A level . THANK u

i need help ASAP

i think i neva made my self clear
here is wat i wanted
i want my sytem to be able to keep a record of the stock (all the diffrent mobiles) and i don't know how to do that on excel. i could have a list of all the items n next to each item i could have how many in stock n i could make a formula that every time a item is sold i click on its box n it minuses one from the stock. i guess u jknow wat kind of formulae i need n if u still don't understand please let me know ASAP
thank u

i need help urgent
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:47 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
All contents Copyright 1998-2012 by MrExcel Consulting.
diabetic desserts recipes recipes Diabetic Soups Holiday Pizza Recipes Popcorn Recipes Recipes For Microwave Pasta Recipes Casserole Recipes Chili Recipes Curry Recipes Crockpot Recipes Apples Recipes Bread Recipes Vegetarian Recipes Vegetable recipes Desserts Recipes Appetizers Ethnic Recipes Meat Dishes Barbecue Recipes Sauces Recipes Marinade Recipes Low Fat Recipes Frugal Gourmet Kitchen Classics Recipes On The Grill Cook Books Seafood Recipes Cajun Recipes Breads Low Fat Low Fat Breads Bread Machine Recipes Yeast Breads Quick Breads Fat Free Vegetarian Salad Recipes Eggplant Recipes Radish Recipes Tomato Recipes Jalapeno Recipes Potato Recipes Lettuce Recipes Cabbage Recipes Beans Ambrosia Recipes Biscotti Recipes Desserts Low Fat Cookie Recipes Cheesecake Recipes Cake Recipes Pie Recipes Muffin Recipes Custard Recipes Best Appetizers Appetizers Low Fat Salsa Recipes Dip Recipes International Recipes Afghan Recipes Alaska Recipes French Recipes German Recipes Greek Recipes Italian Recipes Spanish Recipes Thai Recipes Korean Recipes Chinese Recipes Mexican Recipes Indian Recipes Beef Recipes Pork Pork & Ham Pork Butts Pork Chop Recipes Pork Ribs Rulled Pork Poultry Recipes Stews Recipes Ground Beef Barbecue Grill Barbecue Smoker All Purpose Sauce BBQ Sauce Barbecue Sauce Carolina BBQ Sauce Pickle Recipes Marinades Smoking Low Fat Appetizers & Dips Low Fat Breakfast Low Fat Cakes Low Fat Cheesecakes Low Fat Cookies Low Fat Desserts Low Fat Fish & Seafood Low Fat Meats Low Fat Pasta Low Fat Pies Low Fat Salads Low Fat Sandwiches Low Fat Sauces & Condiments Low Fat Sides Low Fat Soups Low Fat Vegetarian Baker's Dozen Taste of Home Recipe Book Bon Appetit Cookbook Blacktie Cookbook Buster Cook Book Cookbook USA Cook Book Cook Book Sara's Cookbook Sara's Cookbook Appetizers and Dips Poultry recipes Diabetic recipes Holiday recipes Miscellaneous recipes 110 recipes 1986 Usenet cookbook 2900 recipes Cyberrealm recipes Great sysops of world Specialty recipes Ceideburg recipes Cheese recipes Chili recipes Fruits recipes Garlic recipes Great chefs of NY Londontowne recipes Raisins recipes Recipes for kids US Food Vegetarian recipes Bread recipes Drinks Meat Dishes Brisket recipes Caribou recipes Chicken recipes Filet mignons recipes Pork recipes Swordfish recipes Turkey recipes Pasta recipes Uncategorized recipes Ethnic recipes Canada recipes English recipes Ethiopia recipes Germany recipes Greece recipes Mexican recipes Philippines recipes Welsh recipes Microwave recipes Soups recipes Vegetable recipes Asparagus recipes Barley recipes Brown rice recipes Lentil recipes Mushrooms recipes Salads recipes Wild rice Desserts recipes Cakes recipes Chocolate recipes Cookies recipes Ice cream recipes