Thread: HYPERLINK
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default HYPERLINK

Try this...
=HYPERLINK("#DATA!B" & <count formula,COUNT(B8:B50000)+7)

If that is the same count formula..
=HYPERLINK("#DATA!B" & COUNT(B8:B50000)+7 ,COUNT(B8:B50000)+7)


If this post helps click Yes
---------------
Jacob Skaria


"rhhince" wrote:

I have a hyperlink. I wish to change the number 35473 automatically
based on the count formula. The current count is 35500. With this
formula, I have to still change it manually. Thanks.

=HYPERLINK("#DATA!B35473",COUNT(B8:B50000)+7)