Hi everyone,
I have a problem with a excel sheet, I am using both for inventory purposes. I download the new inventory and have to input the new value so that the shop will have the right inventory count. The problem is that the formula is not recognizing the value from the new sheet. Even when they are right next to each other. The formula I am using is =IFERROR(VLOOKUP(C2,A:B,2,FALSE),"No match"). I select the columns and converted the data to text to see if that was the problem but it still showing an error. I tried to recreate the table below. What do you think is the problem? Any help will be greatly appreciated!
[TABLE="class: grid, width: 600, align: center"]
<tbody>[TR]
[TD]Product #[/TD]
[TD]New Quantity[/TD]
[TD]Old Product #[/TD]
[TD]Formula[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]5[/TD]
[TD]A[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]2[/TD]
[TD]E[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]8[/TD]
[TD]G[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]G[/TD]
[TD]6[/TD]
[TD]B[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a problem with a excel sheet, I am using both for inventory purposes. I download the new inventory and have to input the new value so that the shop will have the right inventory count. The problem is that the formula is not recognizing the value from the new sheet. Even when they are right next to each other. The formula I am using is =IFERROR(VLOOKUP(C2,A:B,2,FALSE),"No match"). I select the columns and converted the data to text to see if that was the problem but it still showing an error. I tried to recreate the table below. What do you think is the problem? Any help will be greatly appreciated!
[TABLE="class: grid, width: 600, align: center"]
<tbody>[TR]
[TD]Product #[/TD]
[TD]New Quantity[/TD]
[TD]Old Product #[/TD]
[TD]Formula[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]5[/TD]
[TD]A[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]2[/TD]
[TD]E[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]8[/TD]
[TD]G[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]G[/TD]
[TD]6[/TD]
[TD]B[/TD]
[TD]Error[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]