Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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_In stalls!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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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_In stalls!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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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_In stalls!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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing Data | Excel Worksheet Functions | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
This query returned no data | Excel Worksheet Functions | |||
Waiting for data to be returned from Microsoft Query | Excel Discussion (Misc queries) | |||
Line Graph Data Recognition | Charts and Charting in Excel |