NotaVBAeXpert
New Member
- Joined
- May 4, 2018
- Messages
- 26
Currently, I have the following formula which is working perfectly...
=INDEX('Sheet2'!A:CG,MATCH($A$89,'Sheet2!$C:$C,0),MATCH('Sheet1 '!$G$89,'Std Values'!1:1,0)
Now the only problem, is if the output from this above formula returns zero, I would need the next value in that particular row.
Does it make sense to add a wildcard to the end of the formula such as :
=INDEX('Sheet2'!A:CG,MATCH($A$89,'Sheet2'!$C:$C,0),MATCH('Sheet1'!$G$89,'Sheet2'!1:1,0)*(MATCH($G$89,'Sheet2'!$C$1:$CG$1,0)))
Any help would be greatly appreciated.
=INDEX('Sheet2'!A:CG,MATCH($A$89,'Sheet2!$C:$C,0),MATCH('Sheet1 '!$G$89,'Std Values'!1:1,0)
Now the only problem, is if the output from this above formula returns zero, I would need the next value in that particular row.
Does it make sense to add a wildcard to the end of the formula such as :
=INDEX('Sheet2'!A:CG,MATCH($A$89,'Sheet2'!$C:$C,0),MATCH('Sheet1'!$G$89,'Sheet2'!1:1,0)*(MATCH($G$89,'Sheet2'!$C$1:$CG$1,0)))
Any help would be greatly appreciated.