armyprof
New Member
- Joined
- Dec 16, 2021
- Messages
- 2
- Office Version
- 2011
- Platform
- Windows
So I have a user who wants to use data validation in a project tracking form. And in addition, they want to do a chart that shows percent progress. So, what I want to do is use a nested IF statement that will use the values in the data validation dropdown list to populate a cell with a numeric value.
The dropdown has the following values:
Not Started
25%
50%
75%
Completed
And the IF statement should return the following values as numbers:
Not Started = 0
25% = .25
50% = .5
75% = .75
Completed = 1
Any help would be greatly appreciated!
The dropdown has the following values:
Not Started
25%
50%
75%
Completed
And the IF statement should return the following values as numbers:
Not Started = 0
25% = .25
50% = .5
75% = .75
Completed = 1
Any help would be greatly appreciated!