Just like that, each alphabet corresponds to a number, summing up alphabets I cant really see how this post could be useful to you. One of my friends who believed in numerology brought this problem to me of converting names to numbers. Here is the solution that we worked out. You may treat this as [...]
Posts Tagged ‘Len’
Text to Numbers
Posted in Just Like That, tagged array formula, code, indirect, Len, lookup, lower, mid, row, Substitute, sum on June 8, 2009 | 1 Comment »
Converting numbers to words
Posted in Tip, tagged concatenate, Left, Len, mid, proper, Right, rounddown, sum, value, vlookup on June 5, 2009 | 1 Comment »
How do we convert numbers to words. Especially useful if you are writing cheques (checks) through printing through a soft file. The logic given below is one for India – it uses crores and lacs. The logic works for all numbers between 1 and 99,99,99,999 (100 crore -1) Say the numbers that need to be [...]
Remove spaces from a cell
Posted in Uncategorized, tagged Len, Substitute, Trim on July 16, 2008 | Leave a Comment »
Often when a list is imported from another application, you would find that there are unwanted spaces within cells. If there are spaces in a numeric cell, excel reads it as text field. This means no calculation can be carried out on them. For instance if a cell contains 1234 1 (space between 4 and [...]
Separating names into last and first names
Posted in Uncategorized, tagged Find, Left, Len, Right, Text to Columns.. on July 1, 2008 | Leave a Comment »
I had encountered this problem while carrying out mail merge. Usually names are stored in a single field. In order to carry out mail merge for a letter/mailer, last names needs to be stored in a separate field to faciliate merge as Dear Mr/Ms last_name The original list is stored in column A whereas the [...]