473,404 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Inventor - barcode formula help

I have barcodes (master files) in column c and descriptions in column d and I have a scanner for inventory purposes which scans the barcode and quantity. I have pasted the scans with the quantities into this sheet and What I need to do is make a formula eg in column f that says if the barcode in column g matches the barcode in column c then put the qty in - col h.

Any help appreciated
Kim

Column
a B C D E F G H
Master Stock Qty
Barcode Barcode on
Stock

G & H are colum I have pasted in to this spread sheet from my scanned data....
What I want column D to do is lookup cell eg c1 and matchthis by looking up colum G and then put the corresponding qty (col H) in here.

Eg if C4 equals G22 then put the value of H22 in D4

Hopefully that make sense
Apr 24 '14 #1
4 2069
anvidc
28
Hi,
I assume that you are using Excel 2007 above

You can use SUMIF

Expand|Select|Wrap|Line Numbers
  1. =SumIF(G:G,"=" & C2,H:H)
  2.  
Apr 25 '14 #2
Can you please look at my update as I couldn't get the formula you posted to work - but it looks close
Apr 26 '14 #3
anvidc
28
Hi,

I not sure how's your Scan Data will look like. My guess you need to sum all your scan quantity, if this case

Expand|Select|Wrap|Line Numbers
  1. =SUMIF(G:G,"="&C:C,H:H)
if you need just lookup the match

Expand|Select|Wrap|Line Numbers
  1. =VLOOKUP(C:C,G:H,2,FALSE)
but this will only lookup the first match

to better understand you can upload some sample data here..
Apr 27 '14 #4
THnaks , that formula was correct and I got it to do what I needed, thanks heaps for your help!!
Apr 27 '14 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: alex | last post by:
I need a more advanced formula than just an average for calculating items rating. I have: raitng value is on scale 1 to 10. s - sum of all ratings for an item n - number of rates (votes)
1
by: Louis Cypher | last post by:
I'm working on an application (OEM) using c# that uses input from a keyboard and a USB Barcode Scanner. I need to be able to identify keystrokes from the barcode scanner and remove them from the...
0
by: Reena83 | last post by:
Hi guys, I am having heaps of problems with crystal reports and vb6. Basically I did a sample project and that works fine. Where I have a print button and rptCRControl.ReportFileName =...
0
by: journeycross | last post by:
Hi, I'm trying to enter a formula to display a fixed value for each named category. I'm getting error messages when I try various configurations of this statement. Any idea why it is invalid? ...
12
Presto731
by: Presto731 | last post by:
I'm having a formulating dilemma that I hope anyone can help with. I need to do some reporting for a list of people so I can know there anniversary dates for charging them. However the way it works...
7
by: jim | last post by:
I need to have 2 simple barcode reader applications finished by midnight tonight. I have never written any barcode reader software and need any help that you may be able to offer. I do not know...
4
by: NigelBrown | last post by:
Hi All, This is prob easy but I have the below formula that is not working, how do I include an And statement within the IsNull to look at 2 combo boxes ? I have tried to do it a couple of ways...
1
by: Mohammad Ahmed | last post by:
Hi, I need hep with getting a formula for some customer data we have for Microsoft Access. We need to work what the expected contract end date will be for our customers. For example: Mr...
1
by: Gillky | last post by:
Hello I am very new to programming as you will probably tell by my code, if anyone can help me solve my issue it would be much appreciated. I need to get this formula:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.