Please Help... I've forgotten everything!

jumuraa

New Member
Joined
Dec 1, 2011
Messages
16
I have been trying to get this to work for weeks to no avail. I’ve tried several methods posted in the boards, but nothing has worked. This is probably because I don’t understand the method as well as I’d like to think.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
Before anyone tells me that I should be doing this in a database, I tried that… and my office threatened to hang me by my toes… for some reason that idea scares them worse than… well I won’t get into that.
<o:p></o:p>
Here is the situation
<o:p></o:p>
I have an inventory workbook which currently has three spreadsheets.
<o:p></o:p>
MaterialsValidationTable:
· This is used to make sure that all inventory items naming convention is not randomly changed
<o:p></o:p>
Instock:
· Currently a static number based upon the last physical inventory taken.
<o:p></o:p>
RecipientTracking:
· Used to show what items we give out at events
<o:p></o:p>
Current Methodology:
· A staff member uses cascading drop down lists to choose the item(s) they are taking to an event.
· They enter the amount they are taking in the CheckOut column
· They enter the amount they bring back in the CheckIn column
<o:p></o:p>
What I CAN do
· Have excel automatically us VLookup to find the current inventory amount, subtract CheckOut and CheckIn and display the new total. The problem is that this is a static event, and is not included in future checkout/in events.
<o:p></o:p>
Here is my current formula:
<o:p></o:p>
=IF(E2="","",VLOOKUP(E2,MaterialsLookup,2,FALSE))-F2+G2
<o:p></o:p>
Please understand that if you give me a generic formula… I am unlikely to be able to adapt it to mine… I’ve been out of this stuff for too long.
<o:p></o:p>
Additionally:
· I would like to have a blank cell if nothing has been entered in the preceding cells.

This link is to a partial screen shot:
https://picasaweb.google.com/Jumura...authkey=Gv1sRgCPfFy-mqnfqs1QE&feat=directlink
 
In an attempt to get the data from RecipientTracking!H (where I have the dynamic math occuring) to display in InStock!D, I have un successfully tried to do another VLookUp

=IFERROR(IF(B2="","",VLOOKUP(B2,CheckInOutLookup,4,FALSE)),C2)

All this does is display the value from InStock!C in InStock!D (which is what I would like if there are no instances of the item found on RecipientTracking!

It does not grab the information from RecipientTracking!H Any ideas?
 
Upvote 0

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Okay, I've almost got this! It turns out that my CheckInOutLookup was spelled wrong, so it now works.

I do have a slight problem. I have some Titles which are the same across media platforms, i.e. "Hello World" is the title of a book, a CD, and a DVD.

The code I used in the above post can't tell the difference, and just pulls the first one it finds.

Any ideas?
 
Upvote 0

Forum statistics

Threads
1,217,000
Messages
6,133,958
Members
449,850
Latest member
ali_jellybean

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