• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

graphs

I selected AF19:Ag30 and applied a custom Number format of [<=1]0.0%;0.0
see attached file:

You may want to make Row 6 wider
 

Attachments

hi, hui the idea is put the graph when you hover the cursor over it.
for example when you hover the cursor in dato1 call graph dato1 ...
the cursor in dato2 call graph dato2 ,the cursor in dato3 call graph dato3.

thanks
 
You could change
B4: =IFERROR(HYPERLINK(highlightSeries(B3)),Y32)
C4: =IFERROR(HYPERLINK(highlightSeries(C3)),AA32)
D4: =IFERROR(HYPERLINK(highlightSeries(D3)),AA32)

To extend the Hover area to those cells

The reference to AA32 in D4 is incorrect but it is what you have now
 
Back
Top