+ Reply to Thread
Results 1 to 12 of 12

COUNTIFS with Hyperlink

  1. #1
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    COUNTIFS with Hyperlink

    Hi All,

    Again I come to you for some Excel help. I have a file as attached below. Basically I am trying to do two things and it is not working out.

    Test1.xlsx

    1) In tab Summary, I have tried COUNTIFS formula to calculate the count based on a certain text in Column C&D and month but it does not show the correct value.(Could be the Value format is wrong?) I want to remain the raw data as it is if possible as this is being extracted by someone else.
    2) From there on I would like to have each of the count value to have a hyperlink to the raw data and only show those data. I do know Pivot table is another option but would like to know if this is possible or not. :-)

    Hope someone can help me out there. :-)

    Kind Regards,
    Mark.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: COUNTIFS with Hyperlink

    Hi Mark

    on your Row Data sheet enter in D2 and copy down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    then on summary sheet enter formula in E5 and copy it across and then down

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    Re: COUNTIFS with Hyperlink

    Quote Originally Posted by AlKey View Post
    Hi Mark

    on your Row Data sheet enter in D2 and copy down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    then on summary sheet enter formula in E5 and copy it across and then down

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Hi Alkey,

    Yes that works fine with the Helper cell but is there anyway we can use without a new column D in Raw Data? Also is it possible to have hyperlink for the values in tab Summary?

    Kind Regards,
    Mark.

  4. #4
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    Re: COUNTIFS with Hyperlink

    Quote Originally Posted by mark888 View Post
    Hi Alkey,

    Yes that works fine with the Helper cell but is there anyway we can use without a new column D in Raw Data? Also is it possible to have hyperlink for the values in tab Summary?

    Kind Regards,
    Mark.
    Hi Alkey,

    Also i tried changing the data in Raw Data to different years (e.g. 2015 or 2017) and it still calculates in the summary tab so i don;t think its taking only those with year 2016. :-(

    Kind Regards,
    Mark.

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: COUNTIFS with Hyperlink

    Try this one
    it will take year into consideration

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    Re: COUNTIFS with Hyperlink

    Quote Originally Posted by AlKey View Post
    Try this one
    it will take year into consideration

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Hi Alkey,

    Yes this one works perfectly without the use of helper cells and the year is correct as well. Anything can be done on the hyperlinking part? Was thinking if there is a formula we can integrate to hyperlink the values so when it is clicked, it will only show the data of that month.

    Example - Hyperlink Column E5 in Summary tab and when clicked on the hyperlink it will only show data for that detail.

    Kind Regards,
    Mark.

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: COUNTIFS with Hyperlink

    I don't think the idea with a hyperlink is doable. At least for me, I wouldn't know where to start.

  8. #8
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    Re: COUNTIFS with Hyperlink

    Quote Originally Posted by mark888 View Post
    Hi Alkey,

    Yes this one works perfectly without the use of helper cells and the year is correct as well. Anything can be done on the hyperlinking part? Was thinking if there is a formula we can integrate to hyperlink the values so when it is clicked, it will only show the data of that month.

    Example - Hyperlink Column E5 in Summary tab and when clicked on the hyperlink it will only show data for that detail.

    Kind Regards,
    Mark.
    Hi Alkey,

    Sorry one more thing...the SUMPRODUCT formula doe snot allow me to take the whole column range like A:A so the range must be specified. In this case since data will always change, is there a way to set this without using range?

    Kind Regards,
    Mark.

  9. #9
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: COUNTIFS with Hyperlink

    Then you have to use COUNTIFS function. There nothing wrong with a helper column. If you can't have it col D put it any other column. If you don't to see it at all hide that column.

    You can change $D:$D to any other column.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  10. #10
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    Re: COUNTIFS with Hyperlink

    Quote Originally Posted by AlKey View Post
    Then you have to use COUNTIFS function. There nothing wrong with a helper column. If you can't have it col D put it any other column. If you don't to see it at all hide that column.

    You can change $D:$D to any other column.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Hi Alkey,

    tried the new COUNTIF formula and it does not calculate even with the helper cell in column D.

    Kind Regards,
    Mark.

  11. #11
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: COUNTIFS with Hyperlink

    change the formula in the helper column to: =TEXT(B2,"mmm-YYYY")

  12. #12
    Forum Contributor
    Join Date
    01-02-2015
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2007
    Posts
    272

    Re: COUNTIFS with Hyperlink

    Quote Originally Posted by AlKey View Post
    change the formula in the helper column to: =TEXT(B2,"mmm-YYYY")
    Hi AlKey,

    Yes this works perfectly now. I will try to find the hyperlinking another way.
    Appreciate your help. :-)

    Kind Regards,
    Mark.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Countifs + Countifs - replacement?
    By JulieQ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2015, 03:02 PM
  2. [SOLVED] Excel 2010 Create a macro to check if cell contains hyperlink then apply hyperlink style
    By chasidar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-12-2013, 04:48 AM
  3. COUNTIFS OR COUNTIFS needs to work
    By joshbellfi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-23-2013, 10:55 AM
  4. Replies: 1
    Last Post: 02-23-2013, 05:18 AM
  5. COUNTIFS OR...multiple countifs without duplication in the numbers
    By HooligaD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2012, 09:53 AM
  6. Replies: 0
    Last Post: 12-16-2011, 09:01 AM
  7. Replies: 20
    Last Post: 03-19-2011, 09:13 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1