Need to know how formula to get the status

ragavajothee

New Member
Joined
May 24, 2011
Messages
17
Hi All ,

I want to know the formula to give the conclusion in inspection status as ..
1732864111363.png


When the inspection completed it should say . " Inspection Completed " , If inspection completed date is empty and inspected dated is filled , it should say " Inspection in Progress" , if both are empty , it should say " Scheduled on " Date in the respective cell " . Please give a solution for this . Thanks .
 

Attachments

  • 1732864013488.png
    1732864013488.png
    3.6 KB · Views: 2

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Please add your Excel version to your profile. Thx
 
Upvote 0
Something like this?
Book1
ABCDE
1ScheduledOffered dateInspected dateInspection ComInspection status
211/15/2411/14/2411/19/2411/19/24Inspection Completed
311/15/2411/14/2411/19/24Inspection in Progress
411/15/2411/14/24Scheduled on 11/15/24
Sheet1
Cell Formulas
RangeFormula
E2:E4E2=IF(D2<>"","Inspection Completed ",IF(C2<>"","Inspection in Progress","Scheduled on"&" "&TEXT(A2,"M/D/Y")))
 
Upvote 0

Forum statistics

Threads
1,224,542
Messages
6,179,424
Members
452,914
Latest member
echoix

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