Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Excel Functions Problem

What function do you use to get the value of one cell to be 50 for every 1000
value of another cell?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eva Eva is offline
external usenet poster
 
Posts: 197
Default Excel Functions Problem

I am notsure if this is what you mean
try this
=if(a1=1000,50,"")

Click yes if helped
--
Greatly appreciated
Eva


"Confused" wrote:

What function do you use to get the value of one cell to be 50 for every 1000
value of another cell?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Excel Functions Problem

Confused wrote:
What function do you use to get the value of one cell to be 50 for every 1000
value of another cell?



=A1/20
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 527
Default Excel Functions Problem

If you want for 1000 = 50 and 2000 = 100 then

=A1*.05

this will return 37.5 for a value of 750

if you only want it to increase when a value increases by 1000 try

=INT(A1/1000)*50

HTH
Peter

"Confused" wrote:

What function do you use to get the value of one cell to be 50 for every 1000
value of another cell?

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
Problem with Functions and Formulas Kris Excel Worksheet Functions 11 October 23rd 09 05:16 PM
Problem with sumproduct, countif functions.. Clay Excel Worksheet Functions 2 June 5th 08 04:30 AM
Problem with functions working erajim New Users to Excel 2 January 5th 07 03:11 AM
formatting problem with functions Robin M. Excel Worksheet Functions 4 October 9th 05 04:49 AM
Problem using VBA functions.... Richard Latter New Users to Excel 3 February 28th 05 06:08 PM


All times are GMT +1. The time now is 11:14 PM.

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"