Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tanzeer
 
Posts: n/a
Default I need help with an excel formula, can I please get help

The question Is, I trying to put in a formula for two things at the same
time, the first scenario is if a salary is $36,501, I need it to show to the
next nearest thousand, and also if the salary is over 50, 000, for exampleit
is $86,500, I need it to default to 50,000. Please help.


36,501 = 37,000
and 86,500 = 50,000
Tanzeer

  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

=IF(A1=36501,Round(A1,-3),IF(A150000,50000,A1))

this says if A1 (your salary) is 36501, round it to the nearest thousand
(you could substitute 37000 where i've got Round(A1,-3) ) or if A1 is
greater than 50000 make it 50000.

if the salary is anything else other than 36501 or "over 50000" then just
return that value.

I hope that this is what you're after.

Cheers
JulieD



"Tanzeer" wrote in message
...
The question Is, I trying to put in a formula for two things at the same
time, the first scenario is if a salary is $36,501, I need it to show to
the
next nearest thousand, and also if the salary is over 50, 000, for
exampleit
is $86,500, I need it to default to 50,000. Please help.


36,501 = 37,000
and 86,500 = 50,000
Tanzeer



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Maybe

=IF(A1=50000,50000,ROUND(A1,-3))


Regards,

Peo Sjoblom

"Tanzeer" wrote:

The question Is, I trying to put in a formula for two things at the same
time, the first scenario is if a salary is $36,501, I need it to show to the
next nearest thousand, and also if the salary is over 50, 000, for exampleit
is $86,500, I need it to default to 50,000. Please help.


36,501 = 37,000
and 86,500 = 50,000
Tanzeer

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 need help figuring out this formula in Excel rlrlatr35 Excel Discussion (Misc queries) 3 January 6th 05 11:21 PM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM
Create a formula in Excel? Fuzzy Odie Excel Worksheet Functions 2 January 5th 05 12:59 AM
Suddenly Excel can't calculate formula!!! Bob H Excel Worksheet Functions 2 November 30th 04 08:35 PM
Formula to make Excel count business days/skip weekends? Inga Excel Worksheet Functions 1 November 17th 04 07:45 PM


All times are GMT +1. The time now is 07:15 PM.

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"