Results 1 to 3 of 3

Thread: A small confusion with the formula calculation in Excel 2007

  1. #1
    Join Date
    Mar 2012
    Posts
    41

    A small confusion with the formula calculation in Excel 2007

    I have developed a small formula in Excel 2007, I am trying to add another and the % increaser works perfect. But in case of decreasing it should be increasing the cost but is rather decreasing it.

    IF($D862<=50,($D862*J$2),IF(AND($D862>50,$D862<=15 0),($D862*K$2),IF(AND($D862>=151,$D862<=700),($D86 2*L$2),IF(AND($D862>=701,$D862<=10000),($D862*M$2) ,IF(AND($D862>=1001,$D862<=2000),($D862*N$2),IF(AN D($D862>=2001,$D862<=3000)*($D862*O$2),IF(AND($D86 2>=3001),$D862*P$2)))))))

    Can anyone come up with a reliable solution. Desperately awaiting one since I am working on deadlines.

  2. #2
    Join Date
    Jul 2011
    Posts
    623

    Re: A small confusion with the formula calculation in Excel 2007

    I would recommend the use of the following chnges in the formula, please checkup and try out if this works your purpose:

    =$D862*lookup($d862,{0,50,150,700,1000,2000,3000}, {J$2$2})

    please make sure you post back it works because this might benefit other users too as I myself have not used it, giving you a fresh suggestion, to try.

  3. #3
    Join Date
    Mar 2012
    Posts
    41

    Re: A small confusion with the formula calculation in Excel 2007

    Hi and thanks a lot for the suggestion it actually worked. I would recommend the use of lookup function to everyone. However, I am not very well versed with the lookup function but considering the fact that it is so useful and crucial at situations, I would love to learn more about it.

    thanks again, I am obliged!

Similar Threads

  1. How to accept label under formula option in Microsoft Excel 2007
    By Mathrubootham in forum MS Office Support
    Replies: 2
    Last Post: 16-02-2012, 08:02 PM
  2. Formula for Fixed & Reducing Balance Loan Calculation
    By Bala!aditya in forum MS Office Support
    Replies: 2
    Last Post: 11-01-2012, 04:03 PM
  3. Copy paste formula automatically in Excel 2007
    By Macadrian in forum Software Development
    Replies: 3
    Last Post: 12-11-2009, 08:19 PM
  4. Formula Problem in Excel 2007
    By hariharan_00 in forum Windows Software
    Replies: 2
    Last Post: 07-01-2009, 09:33 PM
  5. Formula help in excel 2007
    By Muhammad Waqar in forum Windows Software
    Replies: 1
    Last Post: 24-11-2008, 07:29 PM

Tags for this Thread

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
  •  
Page generated in 1,713,497,485.29444 seconds with 17 queries