+ Reply to Thread
Results 1 to 8 of 8

Using F9 to shows the values of a formula

  1. #1
    Registered User
    Join Date
    02-15-2013
    Location
    Austin, Texas
    MS-Off Ver
    Excel 2010
    Posts
    21

    Cool Using F9 to shows the values of a formula

    Is there a way to use F9 to show the values of a formula across multiple formulas efficiently?

    For example, =COUNTIF(H2,D3)=0 is a formula that references a list (H2) and then returns true/false if the cell I'm checking (D3) is in that list. H2 however represents a formula that concatenates several strings, which when combined represent the name of the list I'm referencing. I need the formula to show =COUNTIF(LIST1,D3)=0 instead of =COUNTIF(H2,D3)=0. The only way i know to do that is by highlighting "H2", select F9, and then remove the quotes from the value.

    I need to automate this process. Thanks for any advice!!

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Using F9 to shows the values of a formula

    Why not change formula itself to

    =COUNTIF(LIST1,D3)=0
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    02-15-2013
    Location
    Austin, Texas
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Using F9 to shows the values of a formula

    Quote Originally Posted by Ace_XL View Post
    Why not change formula itself to

    =COUNTIF(LIST1,D3)=0
    In reality i have 52 different lists. These lists represent criteria that I am comparing across hundreds of possibilities. So i need a way of automating the referencing of a specific list from the universe of the 52, based on criteria within those hundreds of possibilities.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Using F9 to shows the values of a formula

    Perhaps

    =COUNTIF(INDIRECT(H2),D3)

  5. #5
    Registered User
    Join Date
    02-15-2013
    Location
    Austin, Texas
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Using F9 to shows the values of a formula

    Quote Originally Posted by Jonmo1 View Post
    Perhaps

    =COUNTIF(INDIRECT(H2),D3)
    I assume you meant "=COUNTIF(INDIRECT(H2,FALSE),D3)"?? Either way that worked!! Thank you!

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Using F9 to shows the values of a formula

    No, I meant it as I posted it..
    Not sure what difference the FALSE would make, that dictates whether it uses A1 style or R1C1 Style
    If H2 contains the name of a Named Range, then it doesn't matter if that option is true or false.

    Anyway, glad it worked out.

  7. #7
    Registered User
    Join Date
    02-15-2013
    Location
    Austin, Texas
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Using F9 to shows the values of a formula

    Quote Originally Posted by Jonmo1 View Post
    No, I meant it as I posted it..
    Not sure what difference the FALSE would make, that dictates whether it uses A1 style or R1C1 Style
    If H2 contains the name of a Named Range, then it doesn't matter if that option is true or false.

    Anyway, glad it worked out.
    You're right. I went back and removed the FALSE syntax and it worked that way too. Thanks again! Spent half the day on this one.

  8. #8
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Using F9 to shows the values of a formula

    You're welcome.

+ 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. cell shows values instead of formula after saving file
    By pedavissr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2014, 07:20 AM
  2. Replies: 3
    Last Post: 04-08-2010, 08:50 AM
  3. [SOLVED] cell shows 20. Formula shows 20. why not 540/27
    By griswold in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 04:05 PM
  4. [SOLVED] cell shows 20. Formula shows 20. why not 540/27
    By griswold in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  5. [SOLVED] cell shows 20. Formula shows 20. why not 540/27
    By griswold in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1