Service Work Order Tracker- auto populate cell with "open" or "closed" based on other entered/missing date values

jcth81

New Member
Joined
Apr 3, 2019
Messages
7
Greetings - Thank you in advance.
Have a service work order tracking spreadsheet; formula goal is to:
  • have C2:C4 cells ("Work Order Status") auto populate with "Open" if A2:A4 has date and no date in B2:B4;
  • have C2:C4 cells ("Work Order Status") auto populate with "Closed" if A2:A4 has date and B2:B4 has date;
  • C2:C4 cells remain blank if A2:A4 and B2:B4 remain blank


Work Order Date Open
Work Order Date Closed
Work Order Status
3/15/21​
3/16/21​
"Closed"​
3/15/21​
"Open"​
No dates in A:4; B:4 - cell should be blank​

Thank you very much
 

Attachments

  • Screenshot 2021-03-17 121550.png
    Screenshot 2021-03-17 121550.png
    26.5 KB · Views: 3

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
How about
Excel Formula:
=IF(A2="","",IF(B2="","Open","Closed"))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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