twilliamsli
New Member
- Joined
- Feb 22, 2019
- Messages
- 8
Background: All in the same workbook - different tabs. the formula will return on the 'Proforma' tab row 185
I want to use a number from the input tab in a specific cell - match that number in row 13 on the proforma tab in the same column that the match is found - put the number there from 'Funding Sheet' B59
Inputs
tab 'Input Page' c136 (this is a number 60)
tab 'Proforma' row 13 (I13:EG13) - this is a row of numbers 1-120 [blank space every 12 - may not be relevant just trying to be detailed]
tab 'Funding Sheet' B59 (will not change)
Scenario - (anything in ( ) is not part of the formula just info) The formula should look at the number on 'Input Page' c136, (60), and match that to a number on 'Proforma' row 13 (I13:EG13) (find 60) - which is in cell BT13) It should then return the number from tab 'Funding Sheet' B59 ($11,008,845.00) into Cell BT185 on the 'Proforma' tab
I am using - but get a REf error - When I remove the first array and limit it to B59 - I get NA error
=INDEX('Funding Sheet'!$B$59:$ZZ$59,1,MATCH('Input Page'!C136,'Proforma'!$B$13:$ZZ$13,0))
Any help is greatly appreciated !!!
I want to use a number from the input tab in a specific cell - match that number in row 13 on the proforma tab in the same column that the match is found - put the number there from 'Funding Sheet' B59
Inputs
tab 'Input Page' c136 (this is a number 60)
tab 'Proforma' row 13 (I13:EG13) - this is a row of numbers 1-120 [blank space every 12 - may not be relevant just trying to be detailed]
tab 'Funding Sheet' B59 (will not change)
Scenario - (anything in ( ) is not part of the formula just info) The formula should look at the number on 'Input Page' c136, (60), and match that to a number on 'Proforma' row 13 (I13:EG13) (find 60) - which is in cell BT13) It should then return the number from tab 'Funding Sheet' B59 ($11,008,845.00) into Cell BT185 on the 'Proforma' tab
I am using - but get a REf error - When I remove the first array and limit it to B59 - I get NA error
=INDEX('Funding Sheet'!$B$59:$ZZ$59,1,MATCH('Input Page'!C136,'Proforma'!$B$13:$ZZ$13,0))
Any help is greatly appreciated !!!