Inventory

What

New Member
Joined
Jan 26, 2005
Messages
2
can someone help me do this
I have columns with item,availability,date checked out,date due,name, contact info,
I'm trying to create a
checkin and checkout fucntion so that when checking items in it will reset all the column passed the item colum, and replace status with yes or no.
and when checking out the function would ask for items being checked out and all info corresponding to the fields.
how would I approach this.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hi,

Does your spreadsheet have a minimum inventory qty colunm for each sku ?
For example :

A = Balance On Hand 10
B = Minimum Level 12
C = Re Order Qty 100
D = Status Ok

The formula for colunm D would be :
=IF(H6<=I6,"Re Order Now","Status OK")

Hope this is of some use.
 
Upvote 0
k I have another question. does excel let you code in c++;
I could have a cell with a c++ code as follow
I'm new to excel functions. I just need help with what excel functions are available so I can produce the code.

Find function
{
string title;
cin>> title;
then search cells in column with the inventory list. //excel code I don't know
match up with the title.//excel code
then somehow jump to that cell with the title.//excel code
}
Check out function
{
cin>>title;
replace column status with checked out,date with the date checked out and so on.
}
Check in function
{
reset all columns in that row that matched up with title//excel code I don't know;
}
 
Upvote 0
Hi What,

I am unfamiliar with C++ ,

Perhaps you could try looking through this forum
for a macro script they may assist you.

Let me know how you get on with this task !!!

:p

ps are you exporting inventory related data from
a WMS ??????
 
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,072
Members
448,546
Latest member
KH Consulting

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top