+ Reply to Thread
Results 1 to 4 of 4

#value returned instead of data

  1. #1
    Oscar of Issaquah Salmon Days Festival
    Guest

    #value returned instead of data

    My formula:
    =IF(ISERROR(MATCH(K494,WWP_Installs!C$2:C$490,0)),"Unk",WWP_Installs!K$2:K$490)

    K494 = 1980A 18th AVE NE
    WWP_Installs!C$2:C$490 = 1980A 18th AVE NE
    WWP_Installs!K$2:K$490 = 256M/64K

    But result of formula is #VALUE

    when performing calculationsteps, it say the cell (K494) contains a constant.

  2. #2
    Kevin Vaughn
    Guest

    RE: #value returned instead of data

    Not sure why you are getting #VALUE error, but I think you want something
    like the following formula (note: I changed K494 to F15 for testing purposes)

    =IF(ISERROR(MATCH(F15,WWP_Installs!C$9:C$490,0)),"Unk",INDEX(WWP_Installs!K$9:K$490,MATCH(F15,WWP_Installs!C$9:C$490,0),0))
    --
    Kevin Vaughn


    "Oscar of Issaquah Salmon Days Festival" wrote:

    > My formula:
    > =IF(ISERROR(MATCH(K494,WWP_Installs!C$2:C$490,0)),"Unk",WWP_Installs!K$2:K$490)
    >
    > K494 = 1980A 18th AVE NE
    > WWP_Installs!C$2:C$490 = 1980A 18th AVE NE
    > WWP_Installs!K$2:K$490 = 256M/64K
    >
    > But result of formula is #VALUE
    >
    > when performing calculationsteps, it say the cell (K494) contains a constant.


  3. #3
    Oscar of Issaquah Salmon Days Festival
    Guest

    RE: #value returned instead of data

    Thanks Kevin, it worked but only after I used the correct column!! Appreciate
    the help.


    "Kevin Vaughn" wrote:

    > Not sure why you are getting #VALUE error, but I think you want something
    > like the following formula (note: I changed K494 to F15 for testing purposes)
    >
    > =IF(ISERROR(MATCH(F15,WWP_Installs!C$9:C$490,0)),"Unk",INDEX(WWP_Installs!K$9:K$490,MATCH(F15,WWP_Installs!C$9:C$490,0),0))
    > --
    > Kevin Vaughn
    >
    >
    > "Oscar of Issaquah Salmon Days Festival" wrote:
    >
    > > My formula:
    > > =IF(ISERROR(MATCH(K494,WWP_Installs!C$2:C$490,0)),"Unk",WWP_Installs!K$2:K$490)
    > >
    > > K494 = 1980A 18th AVE NE
    > > WWP_Installs!C$2:C$490 = 1980A 18th AVE NE
    > > WWP_Installs!K$2:K$490 = 256M/64K
    > >
    > > But result of formula is #VALUE
    > >
    > > when performing calculationsteps, it say the cell (K494) contains a constant.


  4. #4
    Kevin Vaughn
    Guest

    RE: #value returned instead of data

    You're welcome. I did that once but discovered I had used the wrong row
    (after posting for assistance.)
    --
    Kevin Vaughn


    "Oscar of Issaquah Salmon Days Festival" wrote:

    > Thanks Kevin, it worked but only after I used the correct column!! Appreciate
    > the help.
    >
    >
    > "Kevin Vaughn" wrote:
    >
    > > Not sure why you are getting #VALUE error, but I think you want something
    > > like the following formula (note: I changed K494 to F15 for testing purposes)
    > >
    > > =IF(ISERROR(MATCH(F15,WWP_Installs!C$9:C$490,0)),"Unk",INDEX(WWP_Installs!K$9:K$490,MATCH(F15,WWP_Installs!C$9:C$490,0),0))
    > > --
    > > Kevin Vaughn
    > >
    > >
    > > "Oscar of Issaquah Salmon Days Festival" wrote:
    > >
    > > > My formula:
    > > > =IF(ISERROR(MATCH(K494,WWP_Installs!C$2:C$490,0)),"Unk",WWP_Installs!K$2:K$490)
    > > >
    > > > K494 = 1980A 18th AVE NE
    > > > WWP_Installs!C$2:C$490 = 1980A 18th AVE NE
    > > > WWP_Installs!K$2:K$490 = 256M/64K
    > > >
    > > > But result of formula is #VALUE
    > > >
    > > > when performing calculationsteps, it say the cell (K494) contains a constant.


+ 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