#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Formulas - Ugh!

Hi there, First time poster - please bear with me...

Here is what i am trying to do:

Market rent = 1200.00 Current rent = 1170.00.

I want to have a formula that takes the current rent, adds 3% if below
market rent without going over market rent. If the sum of current rent+3% is
over market rent then it calculates at 2.5% or brings the current rent to
market rent unless it is equal to more than 3%.

Here is the formula I'm using

=IF(G50<F50,ROUNDUP(G50*0.03,2)+G50) ?????(G50F50,ROUNDUP(G50*0.025,2)+G50)

Not sure how to do this (??? unknown transition)

Thanks in advance for any help you can give!

Bryan
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Formulas - Ugh!

Hi Bryan

With Market Rent in A1, Current Rent in B1
=MIN(A1,B1*1.03)

--
Regards

Roger Govier


"Bryan" wrote in message
...
Hi there, First time poster - please bear with me...

Here is what i am trying to do:

Market rent = 1200.00 Current rent = 1170.00.

I want to have a formula that takes the current rent, adds 3% if below
market rent without going over market rent. If the sum of current
rent+3% is
over market rent then it calculates at 2.5% or brings the current rent
to
market rent unless it is equal to more than 3%.

Here is the formula I'm using

=IF(G50<F50,ROUNDUP(G50*0.03,2)+G50)
?????(G50F50,ROUNDUP(G50*0.025,2)+G50)

Not sure how to do this (??? unknown transition)

Thanks in advance for any help you can give!

Bryan



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Formulas - Ugh!

Try something like this:

With these values in cells A1:C2
Market Current PctIncr
1200 1170 3%

D1: NewRent
D2: =MIN(B2*(1+C2),A2)

That formula returns the lesser of
CurrentRent+3% or Market Rent

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Bryan" wrote:

Hi there, First time poster - please bear with me...

Here is what i am trying to do:

Market rent = 1200.00 Current rent = 1170.00.

I want to have a formula that takes the current rent, adds 3% if below
market rent without going over market rent. If the sum of current rent+3% is
over market rent then it calculates at 2.5% or brings the current rent to
market rent unless it is equal to more than 3%.

Here is the formula I'm using

=IF(G50<F50,ROUNDUP(G50*0.03,2)+G50) ?????(G50F50,ROUNDUP(G50*0.025,2)+G50)

Not sure how to do this (??? unknown transition)

Thanks in advance for any help you can give!

Bryan

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Formulas - Ugh!

Awesome! Thank you so much.l That was much easier than what i had for a
formula!

"Ron Coderre" wrote:

Try something like this:

With these values in cells A1:C2
Market Current PctIncr
1200 1170 3%

D1: NewRent
D2: =MIN(B2*(1+C2),A2)

That formula returns the lesser of
CurrentRent+3% or Market Rent

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Bryan" wrote:

Hi there, First time poster - please bear with me...

Here is what i am trying to do:

Market rent = 1200.00 Current rent = 1170.00.

I want to have a formula that takes the current rent, adds 3% if below
market rent without going over market rent. If the sum of current rent+3% is
over market rent then it calculates at 2.5% or brings the current rent to
market rent unless it is equal to more than 3%.

Here is the formula I'm using

=IF(G50<F50,ROUNDUP(G50*0.03,2)+G50) ?????(G50F50,ROUNDUP(G50*0.025,2)+G50)

Not sure how to do this (??? unknown transition)

Thanks in advance for any help you can give!

Bryan



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Formulas - Ugh!

Thanks for the feedback, Bryan.....I'm glad I could help.


***********
Regards,
Ron

XL2002, WinXP


"Bryan" wrote:

Awesome! Thank you so much.l That was much easier than what i had for a
formula!

"Ron Coderre" wrote:

Try something like this:

With these values in cells A1:C2
Market Current PctIncr
1200 1170 3%

D1: NewRent
D2: =MIN(B2*(1+C2),A2)

That formula returns the lesser of
CurrentRent+3% or Market Rent

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Bryan" wrote:

Hi there, First time poster - please bear with me...

Here is what i am trying to do:

Market rent = 1200.00 Current rent = 1170.00.

I want to have a formula that takes the current rent, adds 3% if below
market rent without going over market rent. If the sum of current rent+3% is
over market rent then it calculates at 2.5% or brings the current rent to
market rent unless it is equal to more than 3%.

Here is the formula I'm using

=IF(G50<F50,ROUNDUP(G50*0.03,2)+G50) ?????(G50F50,ROUNDUP(G50*0.025,2)+G50)

Not sure how to do this (??? unknown transition)

Thanks in advance for any help you can give!

Bryan

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas tankerman Excel Discussion (Misc queries) 3 November 9th 06 11:24 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM
IF FORMULAS XCL Excel Worksheet Functions 1 October 1st 05 01:08 AM


All times are GMT +1. The time now is 11:35 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"