Grizlore
Active Member
- Joined
- Aug 22, 2006
- Messages
- 259
Hello All,
I am baffled :|
The formula does what it should... soemtimes.
The formula below finds the first time a code if mentioned, and creates a hyperlink to a file with the same name, and a .pdf file extension.
=IF(C2<>"",(IF(COUNTIF($C$2:C2,C2)=1,HYPERLINK("\\drive1\share\CofPs\"& C2&".pdf","First"),"Repeat")),"")
Can anyone tell me why this formula doesn't work 100% of the time.
The exact same formula will work in one file, and not in another...
Is this something outside of Excel?
I am baffled :|
The formula does what it should... soemtimes.
The formula below finds the first time a code if mentioned, and creates a hyperlink to a file with the same name, and a .pdf file extension.
=IF(C2<>"",(IF(COUNTIF($C$2:C2,C2)=1,HYPERLINK("\\drive1\share\CofPs\"& C2&".pdf","First"),"Repeat")),"")
Can anyone tell me why this formula doesn't work 100% of the time.
The exact same formula will work in one file, and not in another...
Is this something outside of Excel?