krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
image_2021-08-19_143033.png


# HOW TO MATCH "HSN CODE" AFTER PULL DATA ON DIFFERENT-DIFFERENT TABLES ???

We need pull data into different- different Table .

Kindly Help on solve my Query, Kindly Send us Proper formula ,

- perfect match " HSN CODE" And pull data from TABLE1 , send to matching table
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
We cannot copy from a picture so my sample data is different & minimal. Here is result for one table. Formula for the others is similar structure.

krunal123.xlsm
ABCDEFG
1
2HSN CODEPRODUCTSRATEASSORTEDHSN CODERATE
312345Prod 11Prod 3123473
412347Prod 22Prod 1123451
512347Prod 33Prod 112348#N/A
612348Prod 44
712345Prod 55
8
Sheet1
Cell Formulas
RangeFormula
G3:G5G3=FILTER(TABLE1[RATE],(TABLE1[HSN CODE]=[@[HSN CODE]])*(TABLE1[PRODUCTS]=[@ASSORTED]),NA())
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,705
Members
449,048
Latest member
81jamesacct

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