| 1. |
Solve : Office Excel Formulae? |
|
Answer» Does anyone know how to get Excel to reference text as a value e.g. So that I can type 'Value_1' in cell A1 and have cell B1 return the number assigned to that text. Nearly what I'm after (sorry it was late and I was tired last night whilst trying to post the question). I need letters (text) to represent numerical data, but I want to keep the text entry displayed. So I want 'V1' to represent 2 but still display 'V1' in the cell. formula: =VALUE(RIGHT(A1,LEN(A1)-1)) this will get the "number" from A1, ignoring the first letter, so V1 becomes 1, V2 becomes 2, etc. No no, the V1 was just my example tag name. The values will be initials in the spread sheet that I'm working on, so no numbers. Just a thought here, is it possible to CREATE a SUM at the end of the row that recognises the initials as numbers (I don't know how it would work but) e.g. =SUM(A1:D1) IF AB= 2 IF AC=3, etc. Basically what I'm asking is can Excel do algebra? (If not then the Values for the initials are stored in a little table to one side of the main) |
|