Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Liz Liz is offline
external usenet poster
 
Posts: 133
Default how do I give a word a numeric value??

I need to give "wheat" a value of 60 so that the formula can be:
(unload weight/60)*rate=amt
I also need to give "corn" a value of 56 to calc the same amt.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default how do I give a word a numeric value??

"Liz" wrote in message
...
I need to give "wheat" a value of 60 so that the formula can be:
(unload weight/60)*rate=amt
I also need to give "corn" a value of 56 to calc the same amt.


Put the number 60 in the cell then use format - custom and enter the format
as "Wheat".



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default how do I give a word a numeric value??

With the Unloaded weight in A1 and the Rate in A3 try:

=IF(A2="","",IF(OR(A2={"Wheat","Corn"}),A1/IF(A2="Wheat",60,40)*A3,"Error in
Data"))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Liz" wrote in message
...
I need to give "wheat" a value of 60 so that the formula can be:
(unload weight/60)*rate=amt
I also need to give "corn" a value of 56 to calc the same amt.




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
I give up, trying to sum with non numeric cells. [email protected] Excel Worksheet Functions 2 June 20th 08 08:53 AM
How can I give text a changeable numeric value? Steve_Dallas Excel Worksheet Functions 3 October 2nd 07 11:47 PM
give text a dollar numeric value Gav Excel Worksheet Functions 6 June 5th 07 01:57 PM
convert numeric to word MRIDUL Excel Discussion (Misc queries) 1 July 17th 06 05:00 PM
How do I give a hyperlink of TOC of Word in Excel Hatti Excel Discussion (Misc queries) 1 April 6th 05 06:11 PM


All times are GMT +1. The time now is 06:39 AM.

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"