Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Word (text) with a numeric value...PLEASE HELP!

I'm trying to make a word equal a price (i.e. CD=$1.25).
I want to do this so that if I type in "CD" Excel recognizes it to be equal
to $1.25

I'm working on putting together a new invoice system at work. Please help me.
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Word (text) with a numeric value...PLEASE HELP!

Depending on how many unique Text's you want to identify........might use IF
statement or maybe VLOOKUP..........need more info to get specific...

Vaya con Dios,
Chuck, CABGx3






"officedrone" wrote:

I'm trying to make a word equal a price (i.e. CD=$1.25).
I want to do this so that if I type in "CD" Excel recognizes it to be equal
to $1.25

I'm working on putting together a new invoice system at work. Please help me.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Word (text) with a numeric value...PLEASE HELP!

I want to have the words in column A to equal the values in column B
A B
DVD w/ Case 1.25
CD w/ Case 1.25
Beta S/P 30 10.00
Beta S/P 60 18.00
Beta S/P 90 24.00
VHS T-15 0.65
VHS T-30 0.85
VHS T-60 0.95

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Word (text) with a numeric value...PLEASE HELP!

You must create a Table, just as you show in your post. Let's say it's on
Sheet2, in columns A and B just as you show. Then, if on Sheet1 you type
DVD w/Case in cell G1, then put this formula in cell H1 to return the 1.25
value

=VLOOKUP(G1,Sheet2!A:B,2,FALSE)

the only problem is, you must type the entries in G1, EXACTLY as they
appear in the table.

Vaya con Dios,
Chuck, CABGx3



"officedrone" wrote:

I want to have the words in column A to equal the values in column B
A B
DVD w/ Case 1.25
CD w/ Case 1.25
Beta S/P 30 10.00
Beta S/P 60 18.00
Beta S/P 90 24.00
VHS T-15 0.65
VHS T-30 0.85
VHS T-60 0.95

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Word (text) with a numeric value...PLEASE HELP!

Insert Name/ Define/
name: CD
refers to: =1.25
then if in a cell you type the formula =CD, you'll get 1.25. Format as
currency if you like.
--
David Biddulph

"officedrone" wrote in message
...
I'm trying to make a word equal a price (i.e. CD=$1.25).
I want to do this so that if I type in "CD" Excel recognizes it to be
equal
to $1.25

I'm working on putting together a new invoice system at work. Please help
me.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert a month to a quarter ...... Epinn New Users to Excel 26 May 3rd 23 07:45 PM
Find and Return Numeric Label based on (Numeric Value) Criterion Sam via OfficeKB.com Excel Worksheet Functions 2 September 18th 06 11:20 PM
Numeric in Text to convert back to the form of Numeric for VLookup Purposes achilles Excel Discussion (Misc queries) 4 February 6th 06 07:05 AM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM


All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"