Hi,
Can anybody help me as i am doing three dimensional excel sheet and its working as i have import sheet where i write my test cases and thier is another sheet i created where i put the function below where i can pass/fail the bugs and when i click any test case in that sheet it bring me to specific test case on Import Sheet.
=IF(NOT(ISBLANK(Template!C346)),HYPERLINK(CONCATENATE(SummarySheet!$B$2,"ImportSheet!",CELL("address")), Template!C346),"")
Now the problem is when i exceed some length of characters in Import Sheet i get error on that work sheet where is the above formula.
Error: #VALUE!
I think as i am not sure can be that the problem of exceeding 255 Char in one cell. is there a solution for that?
I will be really thankful.
Cheers
Bookmarks