Need help developing a formula

ellsgei

New Member
Joined
Dec 6, 2005
Messages
1
I'm using Excel to keep track of a small inventory, about 125-150 items. Most of the sheet is text data. But I was trying to develope a simple formula for the "Qty On-Hand" (cell C1) column based on the "Qty Sold" (cell B1) and "Qty Rcv'd" (cell A1) columns. The latter two columns (cells A1 & B1) would change as items are sold and new items received. But the "Qty On-Hand" (cell C1) always needs to show the 'true' quantity on hand.
Is this possible? Right now I feel like a dog chasing it's tail :eek:
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi,

Perhaps you will need a 4th column, make it colum A. Title - On Hand. You other columns will then shift over one place to the right and you can change column D to - Available Inventory.

In column D type =(A2+C2)-B2 in other words

On hand Inv. + Qty received - Qty sold = Qty Available

Hope this helps.

Ron
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,241
Members
449,075
Latest member
staticfluids

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