krishna334
Active Member
- Joined
- May 22, 2009
- Messages
- 391
Hi All
Sheet1 of my excel sheet has the below string in cell B1:
[TABLE="width: 486"]
<tbody>[TR]
[TD="width: 486"]MATCH("PltStk",'C:\Users\kkumar\Desktop\ZPP AVL\[02JAN2018.xlsx]Sheet1'!$1:$1,0)
I defined a name "Result" as
= EVALUATE(Sheet1!$B1)
In cell C1 I want the match function to be evaluated, so I gave below formula:
=Result
But it is showing #REF ! error.
Could anyone tell me why this is happening
One more strange thing is that if i give a simple string like "1+1" in cell B1, "Result" works fine and C1 shows 2.
But this does not happen when I put that match which i described above[/TD]
[/TR]
</tbody>[/TABLE]
Sheet1 of my excel sheet has the below string in cell B1:
[TABLE="width: 486"]
<tbody>[TR]
[TD="width: 486"]MATCH("PltStk",'C:\Users\kkumar\Desktop\ZPP AVL\[02JAN2018.xlsx]Sheet1'!$1:$1,0)
I defined a name "Result" as
= EVALUATE(Sheet1!$B1)
In cell C1 I want the match function to be evaluated, so I gave below formula:
=Result
But it is showing #REF ! error.
Could anyone tell me why this is happening
One more strange thing is that if i give a simple string like "1+1" in cell B1, "Result" works fine and C1 shows 2.
But this does not happen when I put that match which i described above[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: