Formula tweak

Status
Not open for further replies.

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.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Are you saying that you actually would want the next column over to the right if the answer is zero?

Instead of multiplying the column number of the INDEX formula, wouldn't you want to "add a one" to that column answer?
 
Upvote 0
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,223,236
Messages
6,170,912
Members
452,366
Latest member
TePunaBloke

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