how can i match the value in other sheet and update the status

Pakkei512

New Member
Joined
Mar 7, 2018
Messages
3
Story : i am creating a warehouse inventory file to help the clerk to key in the in/out record.

Detail : sheet1=data input, sheet2=every in/out record, sheet3=the status of every items, sheet4=available items. and i had created a button to save the data to sheet2 and sheet3 from sheet1.

Question : if the sheet1 C9 is the item name, and sheet1 C11 is the update status

then sheet3 D:D = items name, sheet3 E:E = items status

How can i match the items name and update the status

Many thanks
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
If in Sheet 1, you have the Item name in C9, you could lookup the update status with:

=VLOOKUP('Sheet1'!C9; 'Sheet 3'!D:E; 2; FALSE).
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,184
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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