Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to give letters a number value so when sum a row or colume it
will reflect a number value even though there are letters.. Ex: X=5 A1 = X A2 = X A3 = SUM(A1:A2) A3 would reflect 10 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
maybe something along the lines of
=SUM(IF(ISNUMBER(MATCH(A1:A10,{"X","A","B"},0)),LO OKUP(A1:A10,{"A","B","X";5 ,10,15}))) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (remove xxx from email address if mailing direct) "Bryon" wrote in message ... I am trying to give letters a number value so when sum a row or colume it will reflect a number value even though there are letters.. Ex: X=5 A1 = X A2 = X A3 = SUM(A1:A2) A3 would reflect 10 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Bryon" wrote in message
... I am trying to give letters a number value so when sum a row or colume it will reflect a number value even though there are letters.. Ex: X=5 A1 = X A2 = X A3 = SUM(A1:A2) A3 would reflect 10 Put your 5 in a convenient cell (D1, for example), and having selected that cell use Insert/ Name/ Define, and call it X. Then in A1 and A2 you can put =X as you suggest. -- David Biddulph |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A letter to generat a number when entered into anywhere on the spr | Excel Worksheet Functions | |||
Changing a letter, to a number??? | Excel Discussion (Misc queries) | |||
column header changed from letter to number, how return to letter | Excel Discussion (Misc queries) | |||
How do I add row total when cell contains both number and letter . | Excel Discussion (Misc queries) | |||
How can I assign a number value to a letter grade in Excel? | Excel Worksheet Functions |