ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel Functions Problem (https://www.excelbanter.com/excel-worksheet-functions/256340-excel-functions-problem.html)

confused

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?

Eva

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?


Glenn

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

Billy Liddel

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?



All times are GMT +1. The time now is 06:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com