A Ajju1234 New Member May 18, 2023 #1 Can anyone tell me that how to use Index and Match function by Multiple sheets. Examples is attached. Attachments Book15.xlsx 12.1 KB Views: 7
Can anyone tell me that how to use Index and Match function by Multiple sheets. Examples is attached.
ETAF Active Member May 18, 2023 #2 are you trying to sum the sheets you can use a 3d sumif or sumifs can you give expected results and also version of excel you are using
are you trying to sum the sheets you can use a 3d sumif or sumifs can you give expected results and also version of excel you are using
herofox Active Member May 18, 2023 #3 try Code: =SUMPRODUCT(SUMIFS(INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"E$3:E$5"),INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"d3:d5"),$D3)) Attachments Book15.xlsx 14.1 KB Views: 4
try Code: =SUMPRODUCT(SUMIFS(INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"E$3:E$5"),INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"d3:d5"),$D3))
B bosco_yip Excel Ninja May 18, 2023 #4 herofox said: try Code: =SUMPRODUCT(SUMIFS(INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"E$3:E$5"),INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"d3:d5"),$D3)) Click to expand... A lot of way, why not just >> In E3, enter formula then copied across right and down, and will obtain the same result : =Sheet1!E3+Sheet2!E3
herofox said: try Code: =SUMPRODUCT(SUMIFS(INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"E$3:E$5"),INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"d3:d5"),$D3)) Click to expand... A lot of way, why not just >> In E3, enter formula then copied across right and down, and will obtain the same result : =Sheet1!E3+Sheet2!E3
A Ajju1234 New Member May 19, 2023 #5 herofox said: try Code: =SUMPRODUCT(SUMIFS(INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"E$3:E$5"),INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"d3:d5"),$D3)) Click to expand... THANK YOU
herofox said: try Code: =SUMPRODUCT(SUMIFS(INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"E$3:E$5"),INDIRECT("'"&Sheet1!$U$2:$U$3&"'!"&"d3:d5"),$D3)) Click to expand... THANK YOU