+ Reply to Thread
Results 1 to 4 of 4

formatting to divide by 1000

  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    formatting to divide by 1000

    Hello. How can I get the format to divide the returned value (from a formula) by 1000? Here is the formula I currently have =IFERROR(INDEX(Q4Forecast!$B$2:$N$149,MATCH(C168,Q4Forecast!$B$2:$B$149,0),MATCH(newPnLdate,Q4Forecast!$B$2:$N$2,0)),"")

    Would it be possible to set a format method to change the result without changing the formula? Both ways is fine.

  2. #2
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: formatting to divide by 1000

    Try this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Shelton A.
    If Helpful, Add Reputaion!

  3. #3
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: formatting to divide by 1000

    Thanks. Why do I need 3 parentheses after the "0"? I always get confused by the parentheses.

  4. #4
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: formatting to divide by 1000

    I added a parentheses to the beginning and end of the original formula (not including the if error portion) to enclose the result as a value to divide against so it's not that it has to be 3 parentheses at the end, it's that i had to close what I had opened and i'm not even sure if it was necessary that I did so but I knew it would work. If you break it down you can see that there are 3 at the end because they close the 2 formulas within as well as the pair outside of those that group the formulas together as 1:


    1st Open: =IFERROR(
    2nd Open: (INDEX <-- I added this one
    3rd Open: (Q4Forecast!$B$2:$N$149,
    OpenandClosed: MATCH(C168,Q4Forecast!$B$2:$B$149,0),
    OpenandClosed: MATCH(newPnLdate,Q4Forecast!$B$2:$N$2,0)
    3rd Closed: ) <-- I added this one
    2nd Closed: )/1000,
    1st Closed: "")
    Last edited by playaller; 05-07-2014 at 07:40 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custome Formatting Rounding to the Nearest 1000
    By MichaelCallahan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-03-2013, 07:08 AM
  2. Divide a range by 1000
    By 1heng in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-29-2007, 01:21 PM
  3. Divide selected cells by 1000
    By Lowkey in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-25-2006, 06:45 PM
  4. Formatting in 1000's
    By William Copeland in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 04-03-2005, 02:06 AM
  5. [SOLVED] Formatting 100's and 1000's
    By Chris Short in forum Excel General
    Replies: 2
    Last Post: 03-03-2005, 03:06 AM

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