Got a problem
New Member
- Joined
- Mar 27, 2015
- Messages
- 3
Hi I am working on a priority list and encountered some problems with it. I would really appreciate all the help, thanks.
What I am trying to do is to have excel automatically assign a specific number to the Urgency Column based on how many days the item is from the Due Date.
[TABLE="width: 528"]
<tbody>[TR]
[TD]Priority[/TD]
[TD]SN / Machine / Customer[/TD]
[TD]Importance[/TD]
[TD]Effort[/TD]
[TD]Urgency[/TD]
[TD]Due[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]3/25/2015[/TD]
[/TR]
</tbody>[/TABLE]
So I want the Urgency column show the following number if the following is true
1 - if today is passed the due date
2 - if today is the due date
3 - if the due date is in 1 to 3 days
4 - if the due date is in 4-5 days
5 - if the due date is in more than 5 days.
I have been trying to create formulas but I am not able to set those day restrictions.
What I am trying to do is to have excel automatically assign a specific number to the Urgency Column based on how many days the item is from the Due Date.
[TABLE="width: 528"]
<tbody>[TR]
[TD]Priority[/TD]
[TD]SN / Machine / Customer[/TD]
[TD]Importance[/TD]
[TD]Effort[/TD]
[TD]Urgency[/TD]
[TD]Due[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]3/25/2015[/TD]
[/TR]
</tbody>[/TABLE]
So I want the Urgency column show the following number if the following is true
1 - if today is passed the due date
2 - if today is the due date
3 - if the due date is in 1 to 3 days
4 - if the due date is in 4-5 days
5 - if the due date is in more than 5 days.
I have been trying to create formulas but I am not able to set those day restrictions.