Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am importing an XML file into a workbook. I then need to find
"bridge_CompanyName" and "value_GuaranteedCashValue". The trick is I don't know from one XML to the next where these keywords will be. I'm trying to use the MATCH function on another worksheet to tell me where these two keywords are on the worksheet. One example has the "bridge_CompanyName" in R2C7 and "value_GuaranteedCashValue" in R42C9. The next example has the "bridge_CompanyName" in R9C11 and "value_GuaranteedCashValue" in R50C13 I'm using the MATCH function. =MATCH("bridge_CompanyName",Sheet1! R1C1:R972C25,0) and =MATCH"value_GuaranteedCashvalue",Sheet1! R1C1:R972C25,0) but both are returning #N/A. All three match_type options return #N/A. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find an exact match and go to that match | Excel Discussion (Misc queries) | |||
Where is "open/tools/find/find files that match these criteria"? | Excel Discussion (Misc queries) | |||
Find partial match from column A,B and fill partial match in C? | Excel Discussion (Misc queries) | |||
Find Exact Match using INDEX, MATCH | Excel Worksheet Functions | |||
Using Index & Match functions to find data on separate worksheet. | Excel Worksheet Functions |