+ Reply to Thread
Results 1 to 11 of 11

Need Help with MS Excel 2008 for Mac

  1. #1
    Registered User
    Join Date
    11-19-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2008
    Posts
    6

    Need Help with MS Excel 2008 for Mac

    Hi there,

    I can't seem to figure out the correct function/formula to use in excel and i need your help. I would like to ask help in writing/typing in the correct formula for the scenario below:

    If A1 is less than or equal to 10,000 then the value on, let's say, B1 would be 1,000. However, if A1 is more than 10,000 but less than or equal to 20,000 then the value on B1 should be 2,000. If A1 is more than 20,000 but is less than or equal to 30,000 then B1 should be 3,000 and so on and so forth.

    I would really appreciate your help..thanks!

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Need Help with MS Excel 2008 for Mac

    Try this and see if it works for you:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please change the title of your post to something more specific to your problem, that way people will be able to find this post when searching for solutions to similar issues. Thanks.

    -Moo
    Last edited by Moo the Dog; 11-19-2012 at 11:21 AM. Reason: Added request to change thread title

  3. #3
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Need Help with MS Excel 2008 for Mac

    try
    =ROUNDUP(A1/10,-3)
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  4. #4
    Registered User
    Join Date
    11-19-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: Need Help with MS Excel 2008 for Mac

    thanks for the responses. i still can't seem to get the results that i'm expecting. Let me give you a more specific example. see below.

    I'm trying to input the brokerage fee into the spreadsheet and this is how it looks like.

    Up to 10,000 (Dutiable Value) the brokerage fee will be equivalent to 1,300
    Over 10,000 and up to 20,000 (Dutiable Value) the brokerage fee will be 2,000
    Over 20,000 and up to 30,000 (Dutiable Value) the brokerage fee will be 2,700
    and so on...

    so, what i'm trying to figure out with your help is how or what will be the formula/function in excel if for example you enter an amount of 10,001 (Dutiable Value) the return will be 2,000 since it's more than 10,000 as shown above.

    Hope this helps.

    Again, I appreciate your responses. Thanks!

  5. #5
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Need Help with MS Excel 2008 for Mac

    See my attached sheet. It uses an INDEX/MATCH function.

    - Moo
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-19-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: Need Help with MS Excel 2008 for Mac

    i think that'll solve my problem..i'll try it out and let you guys know! thanks for the help!

  7. #7
    Registered User
    Join Date
    11-19-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: Need Help with MS Excel 2008 for Mac

    worked fine one last question though..if i were to add another formula from the one that you gave...below is the scenario:

    if the dutiable value is over 200,000, deduct 200,000 from the given dutiable value and multiply the difference by .00125 then add 5,300..

    what should i do? tried the IF function but i failed..

  8. #8
    Registered User
    Join Date
    11-19-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: Need Help with MS Excel 2008 for Mac

    here's what i've done, =INDEX(G5:G12,MATCH(C3,F5:F12,1),IF(C3>200000,((C3-200000)*0.00125+5300))), but every time i enter an amount of more than 200,000 the result is #REF!...

  9. #9
    Registered User
    Join Date
    11-19-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: Need Help with MS Excel 2008 for Mac

    got it at last...anyway, thanks for the help again!

  10. #10
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Need Help with MS Excel 2008 for Mac

    Sorry, I was away - had to give the dog a haircut.
    Glad to help, and hear you got it working the way you wanted.

    - Moo

    - - - - - - - - - -
    If the solutions provided have solved your issue, please mark the thread as [SOLVED] by clicking on 'Thread Tools' above your first post and choosing 'Mark Thread as Solved'.

    A great way to thank Forum volunteers for assistance is to click on the star located at the bottom-left corner of one of their posts. Feedback is always appreciated.

  11. #11
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Need Help with MS Excel 2008 for Mac

    @ovilla01
    please don't forget to mark your thread solved and in future, as requested, please use a better thread title in accordance with forum rules (I admit I overlooked it earlier)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1