I am currently using this formula to pull data from columns "I" thru "K" in worksheet "D1".
=IF($B8="","",IF(E8="vs",IF(INDEX('D1'!I$3:K$916,MATCH(R8,'D1'!AG$3:AG$916,0),1)="","",INDEX('D1'!I$3:K$916,MATCH(R8,'D1'!AG$3:AG$916,0),1)),IF(E8="@",IF(INDEX('D1'!I$3:K$916,MATCH(R8,'D1'!AG$3:AG$916,0),1)="","",-INDEX('D1'!I$3:K$916,MATCH(R8,'D1'!AG$3:AG$916,0),1)),0)))
I now need to expand this formula to include Columns "G" and "H" in addition to Columns "I" thru "K" in worksheet "D1". I know that: 'D1'!I$3:K$916, has to be changed to 'D1'!G$3:K$916, throughout the formula, but not sure what the other changes need to be made.
As always the forums help is very much appreciated.
Bookmarks