Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to determine the value?

Does anyone have any suggestions on how to determine the value?

If there is 10000 in cell A1, then 100 will be returned in cell B2.
If there is 1000 in cell A1, then 10 will be returned in cell B2.
If there is 100 in cell A1, then 1 will be returned in cell B2.
If there is 10 in cell A1, then 0.1 will be returned in cell B2.
If there is 1 in cell A1, then 0.01 will be returned in cell B2.

Does anyone have any suggestions on how to determine the formula in cell B1?
Thanks in advance for any suggestions?
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How to determine the value?

hi
=if(A1=10000,100,if(A1=1000,10,if(A1=100,1,if(A1=1 0,.1,.01))))

regards
FSt1

"Eric" wrote:

Does anyone have any suggestions on how to determine the value?

If there is 10000 in cell A1, then 100 will be returned in cell B2.
If there is 1000 in cell A1, then 10 will be returned in cell B2.
If there is 100 in cell A1, then 1 will be returned in cell B2.
If there is 10 in cell A1, then 0.1 will be returned in cell B2.
If there is 1 in cell A1, then 0.01 will be returned in cell B2.

Does anyone have any suggestions on how to determine the formula in cell B1?
Thanks in advance for any suggestions?
Eric

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to determine the value?

If those are the only values, you could use:

=a1/100



Eric wrote:

Does anyone have any suggestions on how to determine the value?

If there is 10000 in cell A1, then 100 will be returned in cell B2.
If there is 1000 in cell A1, then 10 will be returned in cell B2.
If there is 100 in cell A1, then 1 will be returned in cell B2.
If there is 10 in cell A1, then 0.1 will be returned in cell B2.
If there is 1 in cell A1, then 0.01 will be returned in cell B2.

Does anyone have any suggestions on how to determine the formula in cell B1?
Thanks in advance for any suggestions?
Eric


--

Dave Peterson
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 determine the value? Eric Excel Discussion (Misc queries) 3 November 13th 08 09:11 AM
How to determine the value? Eric Excel Discussion (Misc queries) 3 March 12th 08 04:09 AM
How to determine the value? Eric Excel Discussion (Misc queries) 2 March 7th 08 12:55 AM
How to determine the value? Eric Excel Discussion (Misc queries) 7 August 16th 07 01:42 AM
How to Determine 1st, 2nd & 3rd for a PWD Pete n PWD Land Excel Discussion (Misc queries) 3 February 17th 05 09:25 PM


All times are GMT +1. The time now is 07:49 AM.

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

About Us

"It's about Microsoft Excel"