PaulF
Active Member
In have a Calculations page and 50+ invoice pages that are almost identical...
I want to calculate on what row a few items start..
Note that invoice worksheet are named 1242, 1243, 1244, etc...
Sheet 1242 Cell: A15 = HARDWARE AND SOFTWARE DESCRIPTION
=MATCH("'HARDWARE*",INDIRECT("'"&1242&"'!"&"A1:A32"))
returns a value of 17
If I change to the 1242 tab and use:
=MATCH("HARDWARE*",A1:A32,0)
returns a value of 15 ** the Correct and desired result - So I know my error above is the match type at the end...
I go back and:
=MATCH("'HARDWARE*",INDIRECT("'"&1242&"'!A1:A32"),0)
returns #N/A
Everywhere I google/look on the web... my syntax seem correct... but by the results :-(
I hope this is a simple fix
Respectfully,
PaulF
I want to calculate on what row a few items start..
Note that invoice worksheet are named 1242, 1243, 1244, etc...
Sheet 1242 Cell: A15 = HARDWARE AND SOFTWARE DESCRIPTION
=MATCH("'HARDWARE*",INDIRECT("'"&1242&"'!"&"A1:A32"))
returns a value of 17
If I change to the 1242 tab and use:
=MATCH("HARDWARE*",A1:A32,0)
returns a value of 15 ** the Correct and desired result - So I know my error above is the match type at the end...
I go back and:
=MATCH("'HARDWARE*",INDIRECT("'"&1242&"'!A1:A32"),0)
returns #N/A
Everywhere I google/look on the web... my syntax seem correct... but by the results :-(
I hope this is a simple fix
Respectfully,
PaulF