REPLACE "0" WITH A DIFFERENT VALUE

meppwc

Well-known Member
Joined
May 16, 2003
Messages
607
Office Version
  1. 365
Platform
  1. Windows
The formula below works as it should.
LET(m,MATCH(T4,ORACLE!$A$1:$A$14998,0),IF(ISNA(m),"CSN Not in OBIEE",IF(INDEX(ORACLE!$BH$1:$BH$14998,m)="","T&M",INDEX(ORACLE!$BN$1:$BN$14998,m))))
I want to make a change to the very last section of the formula (INDEX(ORACLE!$BN$1:$BN$14998,m)))))
Currently if the BN cell is blank, the equation returns "0".
I would like it to return "NOT ON SERVICE CONTRACT"

I have tried numerous times to add the change but continue to fail with the syntax
Any assistance would be greatly appreciated.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
How about
Excel Formula:
=LET(m,XMATCH(T4,ORACLE!$A$1:$A$14998),x,INDEX(ORACLE!$BN$1:$BN$14998,m),IF(ISNA(m),"CSN Not in OBIEE",IF(INDEX(ORACLE!$BH$1:$BH$14998,m)="","T&M",IF(x="","NOT ON SERVICE CONTRACT",x))))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,684
Messages
6,126,199
Members
449,298
Latest member
Jest

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