show data from sheet 2 while selecting cell value from sheet 1

azii

Board Regular
Joined
May 26, 2011
Messages
80
hi there
i have two data sheets,
sheet 1 for summary
sheet 2 for data
i want that if i select cell b4 value and cell c4 value, it should get data from sheet 2 with matching my two selected cell values.

Sheet 1 (the Summary Sheet ( here under crop, Farmetr Type an Tubewell i need to select these three values and in sheet 2 i need to match and get a certain cell value
CropFarmer TypeTubewell
PotatoAverageElectricity
TitleAmount
Total Expense165,533.32
Total Income278,731.43
Net Profit113,198.11
VCR73.71


Sheet 2
CropFarmer TypeAmount Rs
MaizeProgressive156,624
MaizeProgressive278,731
MaizeProgressive122,107
MaizeProgressive0.78
PotatoProgressive165,533
PotatoProgressive278,731
PotatoProgressive113,198
PotatoProgressive0.68
RiceProgressive182,241
RiceProgressive278,731
RiceProgressive96,491
RiceProgressive0.53
RiceProgressive182,241
RiceProgressive278,731
RiceProgressive96,491
RiceProgressive0.53
MaizeAverage156,624
MaizeAverage278,731
MaizeAverage122,107
MaizeAverage0.78
PotatoAverage165,533
PotatoAverage278,731
PotatoAverage113,198
PotatoAverage0.68
RiceAverage182,241
RiceAverage278,731
RiceAverage96,491
RiceAverage0.53
RiceAverage182,241
RiceAverage278,731
RiceAverage96,491
RiceAverage0.53
MaizePE/Tractor156,624
MaizePE/Tractor278,731
MaizePE/Tractor122,107
MaizePE/Tractor0.78
PotatoPE/Tractor165,533
PotatoPE/Tractor278,731
PotatoPE/Tractor113,198
PotatoPE/Tractor0.68
RicePE/Tractor182,241
RicePE/Tractor278,731
RicePE/Tractor96,491
RicePE/Tractor0.53
RicePE/Tractor182,241
RicePE/Tractor278,731
RicePE/Tractor96,491
RicePE/Tractor0.53
MaizeElectricity156,624
MaizeElectricity278,731
MaizeElectricity122,107
MaizeElectricity0.78
PotatoElectricity165,533
PotatoElectricity278,731
PotatoElectricity113,198
PotatoElectricity0.68
RiceElectricity182,241
RiceElectricity278,731
RiceElectricity96,491
RiceElectricity0.53
RiceElectricity182,241
RiceElectricity278,731
RiceElectricity96,491
RiceElectricity0.53

Please help resolve the issue
 
Sorry for late response, I was out for some work. I think is was you want - I have marked as solution.

Check this and revert -

Book1
ABCDEFGHIJK
1CropFarmer Type Amount Rs
2CropFarmer TypeTubewellMaizeProgressive1,56,624.29
3PotatoAverageElectricityMaizeProgressive2,78,731.43
4TitleAmount Solution MaizeProgressive1,22,107.14
5Total ExpenseFALSE1,65,533.32MaizeProgressive0.78
6Total IncomeFALSE2,78,731.43PotatoProgressive1,65,533.32
7Net ProfitFALSE1,13,198.11PotatoProgressive2,78,731.43
8VCRFALSE0.68PotatoProgressive1,13,198.11
9PotatoProgressive0.68
10RiceProgressive1,82,240.78
11RiceProgressive2,78,731.43
12RiceProgressive96,490.65
13RiceProgressive0.53
14MaizeAverage1,56,624.29
15MaizeAverage2,78,731.43
16MaizeAverage1,22,107.14
17MaizeAverage0.78
18PotatoAverage1,65,533.32
19PotatoAverage2,78,731.43
20PotatoAverage1,13,198.11
21PotatoAverage0.68
22RiceAverage1,82,240.78
23RiceAverage2,78,731.43
24RiceAverage96,490.65
25RiceAverage0.53
26MaizePE/Tractor1,56,624.29
27MaizePE/Tractor2,78,731.43
28MaizePE/Tractor1,22,107.14
29MaizePE/Tractor0.78
30PotatoPE/Tractor1,65,533.32
31PotatoPE/Tractor2,78,731.43
32PotatoPE/Tractor1,13,198.11
33PotatoPE/Tractor0.68
34RicePE/Tractor1,82,240.78
35RicePE/Tractor2,78,731.43
36RicePE/Tractor96,490.65
37RicePE/Tractor0.53
38MaizeElectricity1,56,624.29
39MaizeElectricity2,78,731.43
40MaizeElectricity1,22,107.14
41MaizeElectricity0.78
42PotatoElectricity1,65,533.32
43PotatoElectricity2,78,731.43
44PotatoElectricity1,13,198.11
45PotatoElectricity0.68
46RiceElectricity1,82,240.78
47RiceElectricity2,78,731.43
48RiceElectricity96,490.65
49RiceElectricity0.53
Sheet1
Cell Formulas
RangeFormula
G5:G8G5=FILTER($K:$K,($I:$I=$B$3)*($J:$J=$D$3))
F5:F6F5=IF($D$5="Maize",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]Sheet2'!I3,IF($D$5="Potato",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-E-NP'!I74,IF($D$5="Rice",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-PE-NP'!I72,IF($D$5="Citrus (Kinnow)",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-PE-DAP'!I72:I72))))
F7F7=IF($D$5="Maize",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-E-DAP'!I76,IF($D$5="Potato",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-E-NP'!I76,IF($D$5="Rice",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-PE-NP'!I74,IF($D$5="Citrus (Kinnow)",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-PE-DAP'!I74:I74))))
F8F8=IF($D$5="Maize",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-E-DAP'!I77,IF($D$5="Potato",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-E-NP'!I77,IF($D$5="Rice",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-PE-NP'!I75,IF($D$5="Citrus (Kinnow)",'/Users/SGM/Library/Containers/com.microsoft.Excel/Data/Documents/C:\Users\asif.zamir\Desktop\[VCR Test.xls]M-P-O-O-PE-DAP'!I76))))
Dynamic array formulas.
 
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,215,353
Messages
6,124,458
Members
449,161
Latest member
NHOJ

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