Stop aging when status changes to Scheduled or Training InProgress from default (WIP)

shoaibkhan

New Member
Joined
Jul 27, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi! I am seeking for a help on how to stop aging when status changes

Assumption:
K2 - DATE ACQUIRED
N2 - AGING (# of days)
O2 - STATUS (with drop down: Training InProgress
Hold
Scheduled
Completed)

Also, to add then the status changes, the aging no should remain as is.

Looking forward for your Help !!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
In the name manager create "Ageing"
Excel Formula:
= LAMBDA ( a , b , c , IF ( c = "Completed" , b , TODAY ( ) - a ) )

Book1
KLMN
219/07/202310Completed
321/07/202310CompletedChanged the date after setting status "Completed", the calculation remains "10"
427/07/20232
525/07/20234Progress
628/07/20231
Sheet1
Cell Formulas
RangeFormula
L2:L6L2=Ageing(K2,L2,M2)
 
Upvote 0
Hello ,

its not working out for me. Kindly let me know if i am missing anything

1690808425156.png


In the name manager create "Ageing"
Excel Formula:
= LAMBDA ( a , b , c , IF ( c = "Completed" , b , TODAY ( ) - a ) )

Book1
KLMN
219/07/202310Completed
321/07/202310CompletedChanged the date after setting status "Completed", the calculation remains "10"
427/07/20232
525/07/20234Progress
628/07/20231
Sheet1
Cell Formulas
RangeFormula
L2:L6L2=Ageing(K2,L2,M2)
 
Upvote 0
You create the formula in the name manager and name it ageing. In the cell you use the function ageing.
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,885
Members
452,364
Latest member
springate

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