text=number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to type text in one cell which will automatically create a set number in another cell. Such AS

Random 30
ExpCrt 15
HELOC 15
Image 45
The numbers constitute minutes and I can determine how many minutes of work I assign each day
 
Hi
first create a lookup table with these assigned values (lets say on a
separate sheet called 'lookup' wirh column A as the text value and
column B as the associated number).
Now use the following formula (if you enter your text in column A on a
seaparate sheet)
=VLOOKUP(A1,'lookup'!$A$1:$B$100,2,0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hours and sum of hours 2
Conditional Formulas 5
sorting numbers 2
How do I add numbers to time? 1
Text to Numbers 3
more than 15 numbers in a cell? 7
AND formula 2
Convertin hours into days, hours and minutes 6

Back
Top