ISNUMBER FORMULA

rakesh seebaruth

Active Member
Joined
Oct 6, 2011
Messages
303
Dear Guys

I have the following formula

=IF(ISNUMBER(N7),"Credit Doc Reviewed","Not applicable")

I would like to add the following to the above formula :-

if n7=number then s7= "Credit Doc Reviewed" else if blank "not applicable"
if O7= number then S7="Sanction letter Sent to LOB" else "not applicable"
If P7 =number then S7="Sanction letter received from LOB" else "not applicable"
if Q7= number then S7="Credit Doc release to LOB" else "not applicable"
if R7=number then s7="Signature of Document" else not applicable
if N7,O7,P7,Q7,R7 = "not applicable" then S7="NOT COMPLIANT -RTS"
Thanks and Regards
rakesh
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
what's S7? when

1) N7 = blank and O7=number
2) N7 = number and O7=number
 
Upvote 0
check if this work for you

Book1
JKLMNOPQRS
5
6
7Credit Doc Reviewed123Sanction letter received from LOB
8Sanction letter Sent to LOB
9Sanction letter received from LOB
10Credit Doc release to LOB
11Signature of Document
12
13
Sheet2
Cell Formulas
RangeFormula
S7S7=IFERROR(INDEX(J7:J11,MATCH(TRUE,INDEX(ISNUMBER(L7:P7),0),0)),"NOT COMPLIANT -RTS")
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,387
Members
449,445
Latest member
JJFabEngineering

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