J
Jason
Here is my current formula
=IF(ISERROR(VLOOKUP($B$99:$B$206,'Scanning
Gun'!$M$2:$O$75,2,FALSE)),0,VLOOKUP($B$99:$B$206,'Scanning
Gun'!$M$2:$O$75,2,FALSE))
Ok so what i'm trying to do is from my Scanning Gun sheet(which has part #'s
and part counts), make a link to put the part count into my main sheet. My
formula works great for that, and I made it to were my cells are blank if 0.
The problem is that if I have two of the same part numbers with different
part counts, they do not add together, instead it just takes the first part
numbers count.
I know i'm close to figuring it out, just would like to get it as fast as I
can, or atleast a step closer.
I know sumif can kinda do what i want, but my part numbers are always
changing, so no two part numbers will be the same the next day or two.
=IF(ISERROR(VLOOKUP($B$99:$B$206,'Scanning
Gun'!$M$2:$O$75,2,FALSE)),0,VLOOKUP($B$99:$B$206,'Scanning
Gun'!$M$2:$O$75,2,FALSE))
Ok so what i'm trying to do is from my Scanning Gun sheet(which has part #'s
and part counts), make a link to put the part count into my main sheet. My
formula works great for that, and I made it to were my cells are blank if 0.
The problem is that if I have two of the same part numbers with different
part counts, they do not add together, instead it just takes the first part
numbers count.
I know i'm close to figuring it out, just would like to get it as fast as I
can, or atleast a step closer.
I know sumif can kinda do what i want, but my part numbers are always
changing, so no two part numbers will be the same the next day or two.