Index, Match, Indirect or Sumifs

srizki

Well-known Member
Joined
Jan 14, 2003
Messages
1,860
Office Version
  1. 365
Platform
  1. Windows
I have company names in column A, invoice numbers in column B and months In row 6, I want to copy the cell from an old sheet in a workbook to a new similar sheet in a different workbook. I want the Formula to match the Company names that are repeated a few times and match invoice Number that is unique and read the month in the column heading and bring the corresponding value.
I used basic Index and match function, that works but has its limitations, I want the formula if I change the month heading so it should fetch the value from that month in the cell.
The formula I am using is,
=INDEX('[NonOp Checklist 09 2018 New.xlsx]SOHAIL'!$T$6:$T$79,MATCH(C56,'[NonOp Checklist 09 2018 New.xlsx]SOHAIL'!C$6:C$79,0))

Regards,
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,223,909
Messages
6,175,314
Members
452,634
Latest member
cpostell

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