![]() |
adding cells which include numbers and text
Hi, I am hugely ignorant regarding excel, no training, and apparrently
no brain... What I need to do is allocate a number to a placing i.e. 1st = 100, 2nd = 99, 3rd = 98 etc. If A5 (for example) has 1st in it, I put in A6: =101-A5, but it will not add it because of the text. How do I get the formula to ignore the text in A5??? Shelley ;) |
adding cells which include numbers and text
rather difficult. you'ld need to go to <data <text to columns to seperate the letters from the digits An other way al together would be to set up a table 1st 100 2nd 99 3rd 98 4th 97 etc, and use the vlookup formula to find the number 98 if the cell has 3rd in it. =VLOOKUP(C1,$A$1:$B$100,2,FALSE) C1 is the cell with any value in the range 1st 2nd 3rd etc $A$1:$B$100 is the table 2 stands for .....look in the second column of the table. good luck -- bill k ------------------------------------------------------------------------ bill k's Profile: http://www.excelforum.com/member.php...nfo&userid=821 View this thread: http://www.excelforum.com/showthread...hreadid=479017 |
All times are GMT +1. The time now is 07:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com