+ Reply to Thread
Results 1 to 3 of 3

Having a problem with Named Formulas

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    Gladstone Manitoba Canada
    MS-Off Ver
    Excel 2019 and 2003
    Posts
    7

    Having a problem with Named Formulas

    Hi am new to this forum, I hope I am posting in the correct place.
    I am trying to name a formula that uses IF and INDIRECT.
    My worksheet name is NF1 and has numbers in column A
    I have defined the following named formulas:
    Test1 that has this formula =IF(NF1!A1,"Yes","No") and works (display Yes).
    Test2 that has this formula =INDIRECT("A"&ROW()) and displays the value of the cell in column A
    Test3 that has this formula =IF(INDIRECT("A"&ROW()),"Yes","No") and does not work, I just get #VALUE!
    Is there a way to this named formula working?
    Thank you.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Having a problem with Named Formulas

    Try this one

    Please Login or Register  to view this content.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Having a problem with Named Formulas

    =IF(ISNUMBER(GET.CELL(5, INDIRECT("a"&ROW()))),"yes","no") will give yes for any number including 0
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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