How To Extract URL From A Hyperlink In Excel - The Fastest Way Possible!

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 174

  • @athangpatwardhan337
    @athangpatwardhan337 2 ปีที่แล้ว +5

    Amazing tutorial - short and simple. No Nonsense

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Thanks :)

  • @Brandmetta
    @Brandmetta 2 ปีที่แล้ว +3

    By far, the best tutorial on this function. May I please add that for MAC users, the Developer tab may not be visible for them to open VB. And I honestly don't know what F11 is since when I hit Alt F11, it opened sound. So I found this advice to manually open VB on a Mac:
    The Developer tab is the toolbar that has the buttons to open the VBA editor and create Form Controls like buttons, checkboxes, etc. To display the Developer tab, click on Preferences under the Excel menu at the top of the screen.
    When the Excel Preferences window appears, click on the Ribbon icon in the Sharing and Privacy section.
    In the Customize section, check Developer in the list of tabs to show. Then click on the OK button.
    Select the Developer tab from the toolbar at the top of the screen. Then click on the Editor option in the Visual Basic group.
    Now the Microsoft Visual Basic editor should appear and you can view your VBA code.

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Thanks for sharing the Mac side of things ... I don't have Excel for Mac here so I appreciate your note!

    • @orlandobarros5129
      @orlandobarros5129 2 ปีที่แล้ว

      Did this work for you? I am literally entering the exact same code as the video but I get #VALUE! message.

    • @rodaleach
      @rodaleach 2 ปีที่แล้ว +1

      @@ExcelU just tried this on O365 for the Mac and it worked perfectly!

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      @@rodaleach Rod!! Thanks for the heads-up, glad to know the solution is mac friendly :)

  • @rosedenobile2839
    @rosedenobile2839 7 หลายเดือนก่อน +2

    Lifesaver! and thanks for getting straight to the point!

  • @Cy_Instructional_Media
    @Cy_Instructional_Media 2 ปีที่แล้ว +1

    Huge help and worked like a charm. Thanks for the timesaver! I still had to figure out how to add the developer tab on a Mac so for those people in my shoes (Excel >>> Preferences >>> View >>> Check box for Developer Tab).

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว +1

      Thanks so much for sharing the Mac navigation :)

  • @LesleeSiefert
    @LesleeSiefert 5 หลายเดือนก่อน

    Saved me HOURS! I was doing CtrlK, CtrlC, Cancel, CtrlV for each cell ... I have close to a thousand to do.

  • @samsmusichub
    @samsmusichub 7 หลายเดือนก่อน

    This saved me HOURS. Thanks.

  • @juanpablosanchezaveleyra6454
    @juanpablosanchezaveleyra6454 10 หลายเดือนก่อน +1

    You saved dozens of hours for me! TY!

  • @mahtabraza3848
    @mahtabraza3848 ปีที่แล้ว +1

    thank you so much sir. it is very useful for me. i am very much tired to find it but nothing any video to teach me. your video is very useful and i done my work just in the few second. ❣❣❣❣❣

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad it helped you get your work done faster :)

  • @johnwaldeck2748
    @johnwaldeck2748 7 หลายเดือนก่อน +1

    This is awesome. Works great - thank you!

  • @lukaszsaw
    @lukaszsaw ปีที่แล้ว +4

    to make this function more usable return SubAddress as well
    Function URL(Hyperlink As Range)
    URL = Hyperlink.Hyperlinks(1).Address & Hyperlink.Hyperlinks(1).SubAddress
    End Function

    • @KC-dz2bx
      @KC-dz2bx ปีที่แล้ว +2

      When I use this, it extracts the URL without the # that breaks it. I then have to go back in and add the # back into the URLs. Is there a way to write it so the output either includes the # or force it by doing 1, # (forced in), 2?

    • @marvinthemartian8413
      @marvinthemartian8413 ปีที่แล้ว

      @@KC-dz2bx I had the same problem - try:
      Function URL(Hyperlink As Range)
      URL = Hyperlink.Hyperlinks(1).Address & "#" & Hyperlink.Hyperlinks(1).SubAddress
      End Function

  • @Gayathri-pw1zj
    @Gayathri-pw1zj หลายเดือนก่อน

    Good explanation. Please provide the video to fetch the different data from the source workbook by extracting URL based on pull down options selection & display it in a destination workbook. Thanks.

  • @zoomingby
    @zoomingby ปีที่แล้ว

    OMG a video that doesn't open with "funny" jokes, or long explanations that restate what the title of the video already explains the video is about, or doesn't have any long ass logo animations, and doesn't promise not to waste your time after first babbling for 45 seconds?! I'm literally just subbing in support of a creator who doesn't engage in any of that other nonsense, and I haven't seen the video yet! Thank you for GETTING TO THE POINT and respecting your viewers' time!!

    • @ExcelU
      @ExcelU  ปีที่แล้ว +1

      Thanks for your kind note, and welcome to the channel :)

  • @sandyrose-felix8579
    @sandyrose-felix8579 10 หลายเดือนก่อน

    This was THE BEST EVER video on "how to dos"! You were so informative and very helpful. I subscribed and will always check your sites out for help! Thank you.

    • @ExcelU
      @ExcelU  10 หลายเดือนก่อน

      Thank you so much, and welcome aboard!

    • @sandyrose-felix8579
      @sandyrose-felix8579 10 หลายเดือนก่อน

      Do you know how to convert a large Excel list of URLs to an HTML file in order to make them Chrome bookmarks?

  • @addictedtobadideas
    @addictedtobadideas หลายเดือนก่อน

    This absolutely saved my ass on a project. Thank you!!!

  • @MandyMartens-mp2pd
    @MandyMartens-mp2pd ปีที่แล้ว +2

    You just saved me a ton of work, thanks!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad it helped!

  • @loupasternak
    @loupasternak 3 หลายเดือนก่อน

    very nice, there are a lot of convoluted ways to do this posted on the web. This is sweet .

  • @UBRealEstate
    @UBRealEstate ปีที่แล้ว +1

    Exactly what I was looking for. Thank you.

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad it was helpful :)

  • @follow_fraser3081
    @follow_fraser3081 ปีที่แล้ว

    BRILLANT!!! you just saved me literally
    hours doing this manually!!!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      I'm glad it was helpful, and thanks for your kind comment :)

  • @HeatherHale
    @HeatherHale ปีที่แล้ว

    BLESS YOU! WOW! Me, too, me, too, me too! Saved HOURS of work with 2 min super simple explanation! THANK YOU!

  • @celsotuzzolo
    @celsotuzzolo ปีที่แล้ว +1

    Really helpful. Thanks so much!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad it helped :)

  • @lftr_react
    @lftr_react 11 หลายเดือนก่อน

    Very informative and works perfect!
    The concise description of the what and why of the code is helpful for future work in VBA as well. Awesome job. Thank you.

  • @geraldinewong5341
    @geraldinewong5341 6 หลายเดือนก่อน

    Thank you for the tutorial! It was exactly what I needed, so helpful

  • @jbonomo
    @jbonomo หลายเดือนก่อน

    Awesome video! Allowed me to do what I needed to do in minutes vs hours.

  • @hamyza10000lightyear
    @hamyza10000lightyear ปีที่แล้ว +1

    Thank you very much! It was helpful!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad to hear that!

  • @w1zent91
    @w1zent91 5 หลายเดือนก่อน

    Life saver, you helped a ton! I needed this for my powerbi Dashboard and it helped!

  • @Sholto_David
    @Sholto_David 2 ปีที่แล้ว +2

    Awesome. Thanks very much. Jumped right in, and the video explains exactly what I needed. Subscribed immediately.

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it helped ... and welcome to the channel :)

  • @tamsomaajyotirgamay9575
    @tamsomaajyotirgamay9575 ปีที่แล้ว +1

    Thank u so much sir
    It saved my lot of time

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad it helped!

  • @ThuanTran-no3ib
    @ThuanTran-no3ib หลายเดือนก่อน

    Very helpful! 🥰

  • @greattatsumaki3141
    @greattatsumaki3141 2 หลายเดือนก่อน

    Thank you so much. It helped me.

  • @loyalcitizen8713
    @loyalcitizen8713 15 วันที่ผ่านมา

    Excellent video , to the point.

    • @ExcelU
      @ExcelU  วันที่ผ่านมา

      Glad you think so!

  • @MaximumZebra
    @MaximumZebra ปีที่แล้ว +3

    This is incredibly useful, and appreciate the work that you have completed! Well done!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Thank you, and I'm glad it was useful :)

  • @geibet
    @geibet ปีที่แล้ว

    Thank you Jeff! AMAZING... This save me so mucnh time w/ my work. Your instruction is easy to undersatnd and straightforward.

  • @LordMerji
    @LordMerji 8 หลายเดือนก่อน

    Thank you, this worked perfectly.

  • @mykola_kanyuk
    @mykola_kanyuk ปีที่แล้ว

    Thank you very much, it save a lot of time for me. Subscribed

    • @ExcelU
      @ExcelU  ปีที่แล้ว +1

      Thanks ... glad it was helpful :)

  • @Salman-Ahmad
    @Salman-Ahmad 2 ปีที่แล้ว +1

    You made life easy! Thank you!

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it helped!!

  • @Lissteem
    @Lissteem ปีที่แล้ว +1

    You're my hero

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Thanks ... glad it helped!!

  • @KristoferScheiderbauer
    @KristoferScheiderbauer 4 หลายเดือนก่อน

    Terrific. This was very helpful. Thank you.

    • @ExcelU
      @ExcelU  4 หลายเดือนก่อน

      You're very welcome!

  • @gregfenwick4906
    @gregfenwick4906 2 ปีที่แล้ว +1

    Great tutorial, thanks so much.

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      I'm glad it was helpful :)

  • @Logeshshanmugam
    @Logeshshanmugam ปีที่แล้ว +1

    Awesome!!! thank you so much!!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Glad it helped!

  • @mainjer88
    @mainjer88 9 หลายเดือนก่อน

    Thanks for sharing that saved valuable time. Much appreciated

  • @maryangelaamarillado992
    @maryangelaamarillado992 ปีที่แล้ว +1

    Thank youuuu! Such a big helppppp!

    • @ExcelU
      @ExcelU  ปีที่แล้ว +1

      Happy to help!

  • @elizabethmadeley6926
    @elizabethmadeley6926 10 หลายเดือนก่อน

    Thank you very much! Very useful for my SEO work

    • @ExcelU
      @ExcelU  10 หลายเดือนก่อน

      Glad it was helpful!

  • @LoriCollier1
    @LoriCollier1 ปีที่แล้ว +1

    Great video!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Thanks!

  • @StephenJury
    @StephenJury 9 หลายเดือนก่อน

    Handy and helpful. Also thanks to the other comments about how to get dev open on Mac

  • @chrisdortega
    @chrisdortega 10 หลายเดือนก่อน

    Awesome tutorial!

    • @ExcelU
      @ExcelU  10 หลายเดือนก่อน

      Thank you!

  • @Jaripedia
    @Jaripedia 2 ปีที่แล้ว +1

    Thank you sir!

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it was helpful :)

  • @earthguy7735
    @earthguy7735 2 ปีที่แล้ว +1

    You saved my day man. Thank you so much.

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it helped :)

  • @SaribRaza
    @SaribRaza ปีที่แล้ว

    thank you. this video made my day.

  • @Miky17cz
    @Miky17cz 2 ปีที่แล้ว +2

    very clear explanation - never would have figured out how to write custom function (I am surprised there is no standard fuction to do that) - I had to use the other tricks when autosave messed up all my links - saved me lots of time - thank you

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it helped ... thanks!

  • @kostiantynkovalenko6382
    @kostiantynkovalenko6382 2 ปีที่แล้ว +1

    Super thanks. This is best way!!!

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it was helpful :)

  • @sandradiaz859
    @sandradiaz859 3 หลายเดือนก่อน

    This was so great!! thank you so much. 10/10

  • @johandaugaarddrejer9009
    @johandaugaarddrejer9009 ปีที่แล้ว

    My man, thank you !

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      My pleasure :)

  • @Ms_Rosalie
    @Ms_Rosalie 7 หลายเดือนก่อน

    Work as charmed. Thank you for the tips!!

  • @fernandosousadossantos1686
    @fernandosousadossantos1686 2 ปีที่แล้ว +1

    Helped a lot!!!!!!!!

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Glad it helped ... thanks!

  • @relaxingbeats3025
    @relaxingbeats3025 ปีที่แล้ว +1

    Thank you so much

  • @ColdRash12
    @ColdRash12 2 ปีที่แล้ว +2

    Thank you, this almost worked for me, however, the hyperlink address returned stopped at a "#" within the hyperlink, about halfway through the address. Anyway to address this?

  • @wayneedmondson1065
    @wayneedmondson1065 2 ปีที่แล้ว +1

    Nice one Jeff! Thanks for the tip. Thumbs up!!

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Thanks Wayne!

  • @AdaptiveWorkshops
    @AdaptiveWorkshops 2 ปีที่แล้ว

    This is an amazing function for sure!

  • @SundermanJoe
    @SundermanJoe 2 หลายเดือนก่อน

    Thank you so much!

    • @ExcelU
      @ExcelU  2 หลายเดือนก่อน

      Glad it helped! You're invited to get free Excel tips straight to your inbox, sign up here www.excel-university.com/subscribe/

  • @PaulH-x1o
    @PaulH-x1o ปีที่แล้ว +1

    Thank you!

  • @filipecardoso8697
    @filipecardoso8697 2 ปีที่แล้ว +1

    Nice! Works fine. Thank's for help.

  • @Some-of-it
    @Some-of-it ปีที่แล้ว +1

    Can't thank you enough! 👍🖐

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      No worries ... and welcome :)

  • @Jaiemimoyu
    @Jaiemimoyu 10 หลายเดือนก่อน

    Thank you for sharing.
    Would you mind advise what is the meaning of index "(1)" at the end of object Hyperlinks?
    What if I use Hyperlinks(2) or Hyperlinks(0) or Hyperlinks() ?
    I can't find the related information from Google, so I wonder if you can tell me about it would be highly appreciate.

  • @ashfaqjuna
    @ashfaqjuna ปีที่แล้ว

    Excellent stuff. Exactly what I needed! Thanks so much. I am now a subscriber 😊

  • @Shri-Patel
    @Shri-Patel 6 หลายเดือนก่อน

    very useful

  • @joanie1301_
    @joanie1301_ 6 หลายเดือนก่อน

    Thank you :)

  • @guliyevshahriyar
    @guliyevshahriyar 29 วันที่ผ่านมา

    thank you very much!

    • @ExcelU
      @ExcelU  28 วันที่ผ่านมา

      You're welcome!

  • @JordanLaycock-m3n
    @JordanLaycock-m3n ปีที่แล้ว

    This was a huge time saver! Thank you so much!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      You're welcome!

  • @nishma9202
    @nishma9202 ปีที่แล้ว

    Very helpful thank you

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Very welcome

  • @giridhargundurao5477
    @giridhargundurao5477 2 ปีที่แล้ว

    Great learning and very helpful...Thanks.

  • @sebasgiraldomusica
    @sebasgiraldomusica ปีที่แล้ว

    Amazing, thanks :3
    You explain really good

  • @infotegra
    @infotegra ปีที่แล้ว

    Thank you

  • @brianflaim691
    @brianflaim691 8 หลายเดือนก่อน

    You rock!

  • @dcoughman
    @dcoughman ปีที่แล้ว

    You are amazing! Thank you!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      You're so welcome!

  • @Jayd3e101
    @Jayd3e101 6 หลายเดือนก่อน

    youre a gem

  • @srfct4gg
    @srfct4gg ปีที่แล้ว

    all heros dont wear capes!

  • @CathGommp
    @CathGommp ปีที่แล้ว

    Omg thanks!

  • @ricad58
    @ricad58 ปีที่แล้ว +1

    Hi, Thanks for the video, however, this does not solve my particular issue of hyperlink extraction. I have an Excel sheet that uses (from a friendly name in a cell) =HYPERLINK("URL of an external file","Friendly_Name") I need to extract the hyperlink from the cell to parse to another program as a link. I have tried the solution here but it returns a #VALUE! error. I assume this is because the =HYPERLINK is a formula and not just a HYPERLINK?

    • @ExcelU
      @ExcelU  ปีที่แล้ว +1

      Yes, you are correct ... you may be able to use =FORMULATEXT(A1) and point to your HYPERLINK() formula cell. Then, fill that formula down the list. Then, in the top cell to the right of the first FORMULATEXT() cell, manually type in the first URL. Then hit Ctrl E (or Data > Flash Fill) and Excel should be able to detect the pattern and fill down the remaining URLs based on the FORMULATEXT results. Hope it helps!

    • @chrisw1898
      @chrisw1898 10 หลายเดือนก่อน

      @@ExcelU Works, thank you!

  • @lincolnmaurer6896
    @lincolnmaurer6896 2 ปีที่แล้ว +3

    I keep getting the #VALUE! error returned. Please help! I really need this function for a project.

    • @arcturus2297
      @arcturus2297 3 หลายเดือนก่อน

      Same there's no solution in the entire internet. Gemini chatgpt doesn't help

  • @adriennehelms6219
    @adriennehelms6219 10 หลายเดือนก่อน

    Thank you!!!!!!!!!!!!!

  • @kristinavanloo5723
    @kristinavanloo5723 ปีที่แล้ว

    thanks a lot!!

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      No worries!

  • @kimberley8656
    @kimberley8656 8 หลายเดือนก่อน

    what is you need to save it as a csv for datatable.

  • @saurabhsaksena3337
    @saurabhsaksena3337 ปีที่แล้ว

    saved me hours

  • @David-tw3fh
    @David-tw3fh ปีที่แล้ว +1

    when you create an add-in for this function you can use it all the time without opening or saving it as a macro-enabled workbook

  • @justinscott6227
    @justinscott6227 ปีที่แล้ว

    Can you do it in bulk ?

  • @jena1307
    @jena1307 8 หลายเดือนก่อน

    Hi there, I feel a bit silly to ask this, but when I entered the formula nothing was returned. I can see the formula in the cell, and it didn't give me an error, but there is nothing showing in the cell. I checked silly things like making sure the font color isn't set to white. Any suggestions of why I can't see the URL? Just a bit more information, the link is to "a place in the document" and sends the user to a specific cell in another worksheet in the workbook. When I hover over the link I can see the URL address, but the formula you shared doesn't return this, just a blank. Thank you!

  • @MrJBPatel1
    @MrJBPatel1 2 ปีที่แล้ว

    THANKS USE FULL FOR ME
    THANKS LOT

  • @marvinthemartian8413
    @marvinthemartian8413 ปีที่แล้ว

    Thank you so much - now I can die in peace 🙏😉

  • @Krish9811
    @Krish9811 ปีที่แล้ว +1

    Super

    • @ExcelU
      @ExcelU  ปีที่แล้ว

      Thanks :)

  • @runstokesrun
    @runstokesrun ปีที่แล้ว

    This is pretty much what I need, BUT, I want to go one step further and only extract only PART of the URL in to a column, namely some numbers that occur at the end. Is this possible, or will I have just have to extract the whole URL and delete the first part that I don't need?

    • @ExcelU
      @ExcelU  ปีที่แล้ว +1

      Yes ... I would recommend extracting the entire URL, and then write a formula in the next column that extracts the numbers at the end of the returned URL. One function that could help is the RIGHT function. For example, if you wanted to extract the last five characters from the URL in A1, it would be =RIGHT(A1,5).
      Hope it helps!
      Thanks
      Jeff

  • @303winspear3
    @303winspear3 ปีที่แล้ว

    this is fantastic, but how to do this when the link is an image link?

  • @prashanabalaji7594
    @prashanabalaji7594 ปีที่แล้ว

    When iterating through excel cells ,how to find cell value has hyperlink

  • @MurrayMurrgo
    @MurrayMurrgo 8 หลายเดือนก่อน

    I tried this, does not work. But I have worked with formulas before and it should. When I run this, it puts #VALUE!
    in the field. Can you see an error?
    Function GetUrl(Hyperlink As Range)
    GetUrl = Hyperlink.Hyperlinks(1).Address
    End Function

  • @arcturus2297
    @arcturus2297 3 หลายเดือนก่อน

    If I do this, I'm getting #Value! Error instead of hyperlinks

  • @LeBrethonvalorisesonpatrimoine
    @LeBrethonvalorisesonpatrimoine ปีที่แล้ว

    this does not work in my case. it displays the same hyperlink we try to decode...

  • @BruceCullen
    @BruceCullen ปีที่แล้ว

    I can't get this to work, I get #Value! - My hyperlink is within the cell A1 but the url is inside a sentence. Error says wrong data type.

  • @dyanmusni5175
    @dyanmusni5175 2 ปีที่แล้ว

    Hello sir! What if I want to copy the hyperlinks to another excel sheet? Tried doing that but doesn't exactly work.

    • @fisheye42
      @fisheye42 ปีที่แล้ว

      Ctrl+C Copy the hyperlinks (functions), like normal. Then go to your target sheet/workbook/column, and choose Edit > Paste Special and only choose to paste VALUES. Paste Special > Values converts function calculations into regular text.

  • @tootalldan5702
    @tootalldan5702 ปีที่แล้ว

    Standard Hyperlinks work but Imported from a html table into excel, doesn't work.

  • @businessmindsetsuk
    @businessmindsetsuk 2 ปีที่แล้ว

    I can't get this working on Mac excel, can anyone help? please

  • @mikereed2497
    @mikereed2497 2 ปีที่แล้ว

    Works well, but I want to extract the fragment after the # symbol - any way to do that?

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      Yes ... after you have the resulting text URL in a cell, you can write a formula next to it that uses the TEXTAFTER function like this =TEXTAFTER(A1,"#"). Hope it helps!

    • @mikereed2497
      @mikereed2497 2 ปีที่แล้ว

      @@ExcelU Thanks, but afraid that doesn't work - just gives a #N/A. I don't think that the text after the # in the URL is extracted by the VBA routine. It is definitely there, i can see it when I hover over the original source. Any other suggestions, please?

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      @@mikereed2497 Oh yes, sorry about that ... to extract the text after the #, update the VBA code to use the SubAddress property instead of the Address property. In other words, change the VBA from "URL = Hyperlink.Hyperlinks(1).Address" to URL = "Hyperlink.Hyperlinks(1).SubAddress".
      Hope it helps!
      Thanks
      Jeff

    • @mikereed2497
      @mikereed2497 2 ปีที่แล้ว +1

      @@ExcelU Brilliant, Jeff, just what I was after! Thank you for your kind help.
      Best, Mike

    • @ExcelU
      @ExcelU  2 ปีที่แล้ว

      @@mikereed2497 Excellent :)