Due date closed based in the new row entry

bwarodri

New Member
Joined
Sep 21, 2016
Messages
4
Hi there,

I´m trying to figure out a way to have a formula that update the status of one row line (from "overdue" to "completed") based in a new entry, sending an example below.

ActivityLast DateNext DateStatus
A01/01/202231/01/2022Overdue
B10/02/202212/03/2022
C05/05/202204/06/2022
D02/06/202202/07/2022
A31/01/202202/03/2022
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Paste this to D2 and drag down:
Excel Formula:
=IF(COUNTIF(A2:A$6,A2)=1,"Overdue","Completed")
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

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