473,320 Members | 1,990 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,320 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 2065
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.