Formula to appear specific values/text

Kookai

New Member
Joined
May 29, 2011
Messages
32
Hi Guys, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
am not really good in excel and would like to ask help.... might be easy for u guys....<o:p></o:p>

<o:p></o:p>
I have 2 work sheets... (request & Report). <o:p></o:p>
<o:p></o:p>
In Request Sheet, I've got column <o:p></o:p>
<o:p></o:p>
B1 - Reference <o:p></o:p>
C1 - Date Received <o:p></o:p>
I1 - Status (Pending, awaitng Reply,cancelled,Complete,Under study or blank) <o:p></o:p>
J1 - Reply Date <o:p></o:p>
N1-NOC status (Cancelled,Released,Blank) <o:p></o:p>
<o:p></o:p>
Now what i want to happen is, in column I1, there is 5 days review cycle after receiving the request. So, if the reviewer, didnt give it after 5 days after received (today()-C1>5, I1 = Pending , then if its less than 5 days (today()<5, I1 = Under Study. However, if my N1 is RELEASED, I1 = Completed, and if N1 is Cancelled, I1 = Cancelled and if N1 is blank my I1 = Awaiting Response, then lastly if C1 is blank, I1 = blank. Is this possible? <o:p></o:p>
<o:p></o:p>
Hope you can help me guys ;-) Thank You
 
Hi AA,

Nope it isnt a date .... C.1 Non Compliance with NOC Conditions ;
C.2 NOC Expired - NOC Under Renewal ; C.2 NOC Expired - NOC was Closed ; C.3 Work Completed those are the list on my drop down...
 
Upvote 0

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.
Hi AA,

Nope it isnt a date .... C.1 Non Compliance with NOC Conditions ;
C.2 NOC Expired - NOC Under Renewal ; C.2 NOC Expired - NOC was Closed ; C.3 Work Completed those are the list on my drop down...

In that case, try...

=IF(E1="","",IF(J1<>"","Close",IF(ISNUMBER(E1),IF(TODAY()-E1>=0,"Expired",IF(TODAY()-E1>=-8,"Expires in 7 days or less","Active")))))

instead.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,291
Members
452,902
Latest member
Knuddeluff

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