DerekK
Board Regular
- Joined
- Jun 18, 2007
- Messages
- 93
- Office Version
- 2003 or older
- Platform
- Windows
Hello,
I'm trying to assign numerical values to a set of particular strings; and then add the numbers.
It would work something like this --
Category A = 0
Category B = 1
Category C = 2
Category D = 3
-- with "Category A", "Category B" &c. in a dropdown list.
Then, a cell with this formula --
=SUM(Category B,Category C)
--returns 3.
Hope you can help!
Sincerely,
Derek
I'm trying to assign numerical values to a set of particular strings; and then add the numbers.
It would work something like this --
Category A = 0
Category B = 1
Category C = 2
Category D = 3
-- with "Category A", "Category B" &c. in a dropdown list.
Then, a cell with this formula --
=SUM(Category B,Category C)
--returns 3.
Hope you can help!
Sincerely,
Derek