If you found this video useful, please give it a thumbs up 👍 and subscribe to the channel. Also, let me know what Excel topics you want me to cover in future videos. Also, I have made all of my Excel courses available for free. You can check these out using the below links: ✅ Free Excel Course (Basic to Advanced) - trumpexcel.com/learn-excel/ ✅ Free Dashboard Course - bit.ly/free-excel-dashboard-course ✅ Free VBA course - bit.ly/excel-vba-course ✅ Free Power Query Course - bit.ly/power-query-course
@IvanCortinas_ES10 ай бұрын
Excellent analysis. This happens more times than one can think. Thanks for sharing, Sumit.
@MissSlickOne10 ай бұрын
Thank you for ALL of the videos, I am learning so I can do more things at work like making schedules.
@trumpexcel10 ай бұрын
Glad you are finding the videos helpful 🙂
@KuldeepSingh-nq1vi10 ай бұрын
Nice video Bro.. That's what I had been looking for many days.. ❤
@trumpexcel10 ай бұрын
Thanks Kuldeep... Hope the video is helpful 🙂
@mohammadalbizri201310 ай бұрын
Thank you for usual clever tricks.
@trumpexcel10 ай бұрын
Glad you found the video helpful 🙂
@BeHealthyEnough3 күн бұрын
Thank you, thank you, thank you the VLookup worked perfectly
@trumpexcel3 күн бұрын
Glad the video helped 🙂
@BeHealthyEnough3 күн бұрын
@ ended up having to go over to Google sheets it was so much easier. After I did the V look up and then I re-sorted the original spreadsheet it was wrong and I could not figure out why the values didn’t stay where they were supposed to stay Google sheets was so much easier but now I have to learn Google sheets
@Karen-dh7nz3 ай бұрын
Finally a working VBA code. You saved my day!
@ReemAbdu-h7p4 ай бұрын
Thank you!! This is the only video explaining the situation accurately.
@Satwant246310 ай бұрын
Very important tips. Thanks a lot.
@trumpexcel10 ай бұрын
Thanks Satwant.. Glad you found the video helpful 🙂
@VIPULDJHAVERI10 ай бұрын
sumit ji , thanks a lot for sharing your brilliance in a very easy and lucid ways making all of us finer excel users ❤
@trumpexcel10 ай бұрын
Thank you so much for the kind words Vipul ji... Glad you found the video helpful 🙂
@surjitkabla81916 ай бұрын
Thanks man you saved my couple of minutes in manual work. V lookup worked for me❤
@fabianfernandez67233 ай бұрын
The Fill left option resolved my issue. Thanks!
@vinodpareek80233 ай бұрын
Very Nice tips for pasting data in filtered column, I was struggling to do this but by your this video my problem is solved easily. Thanks for this
@trumpexcel3 ай бұрын
Glad the video helped 🙂
@zenkaixzen10 ай бұрын
Great video!
@SivaSakthiRajagopal9 ай бұрын
How you will copy and paste from another sheet?
@weichun20115 ай бұрын
encountered the same issue lol
@Aravinth_vlogsАй бұрын
Me too same issue
@lydethful7 ай бұрын
Thanks so much. It has caused me headache for years.
@rajeevgosavi451410 ай бұрын
Thank you Sumeetji, I really look forward each week for very useful excel tricks and tips. May I please request you to provide a link to download your spreadsheets.
@trumpexcel10 ай бұрын
Thank you Rajeev for the kind words...Have added a link of the download file in the description of the video
@rajeevgosavi451410 ай бұрын
@@trumpexcel Thanks Sumitji for your kind response. Really appreciate.
@fernandocaceres993010 ай бұрын
Thanks Sumit!!
@sudhanshusrivastava177610 ай бұрын
Thank you so much Sir
@fekadumulugeta172718 күн бұрын
Great video Thank you!
@avishekdasgupta42623 ай бұрын
Excellent piee of code. I as looking for such a soultion for a very long time.
@64mustangfan2 ай бұрын
Great tips, some I know. I have this situation often, it's quite fiddly, why MSoft has not come up with a better solution like ctrl paste or something...?
@serhadcizmecioglu2014Ай бұрын
Excellent, thank you...
@meetkcs10 ай бұрын
Good - Informative Content. - Keep up the Good Work !!
@serdip10 ай бұрын
Thank you for posting this informative video. I was able to import the bonus for each marketing employee using the name and also positionally (with the table that contains just bonus values) using Power Query: no formulas and no VBA. Would be great to see how you'd approach these problems using Power Query. Thank you kindly.
@trumpexcel10 ай бұрын
Yeah, can also be done using PQ, but seemed like an overkill unless you're already working with data in PQ. I have not tried it, but I assume it can be done using the name column as the key to combine two tables. And without names, it can be done using an Index column. I will give it a try. If you can share how you did it, that would good learning for all
@serdip10 ай бұрын
Thank you kindly. Since I started learning Power Query ~ 6 months ago, I have tried to use it in solutions that normally use formulas. Too bad KZbin doesn't accommodate posting images. I will try to describe the steps I took: 1) On the web page provided in the description, I did not see a link to download the file for practice. So I took a screenshot of the table with headers [Name], [Department], [Code], and [Bonus] (named "Employees"). I also took a screenshot of the table with headers [Name] and [Bonus] (named "Name and Bonus"). I also took a screenshot of the table with header [Bonus] (named "Bonus"). 2) I used Power Query to extract the data from each of these tables into Excel. 3) I loaded each of these tables into Power Query. 4) I changed the data type of each of the columns in each table to Whole Number or Text, as appropriate. 5) I performed a left outer join between Employees and Name and Bonus tables, on the [Name] field. I then expanded the linked table and selected the [Bonus] column, thus adding it to the Employees table for the Marketing employees. This was the FIRST report. 6) I then created a query named "Mktg_Emp_Indexes" by filtering Employees table on [Department] = "Marketing", with columns [Name], [Department], and [Index], starting at 0. 7) I then created a query named "Indexed_Employees" by performing a left outer join between Employees and Mktg_Emp_Indexes". After expanding, the Employees table now has an [Index] column populated with the indexes from Mktg_Emp_Indexes for the employees who work in the Marketing department. All other rows in the Employees table have null in the [Index] column. 8) I then added an [Index] column, starting at 0, to the Bonus table. 8) Finally, I performed a left outer join on the Indexed_Employees and the Bonus tables on the [Index] column, thus bringing in the values from the Bonus table into the Employees table. This was the SECOND report. 9) Both reports have the bonuses properly matched to the Marketing employees but the order of records in the first report somehow changed while performing the merge. Not sure if any of this is clear. It would be easier to show screenshots of the various queries. Thank you kindly.
@nadermounir822810 ай бұрын
Thanks Summit. Quick question: in the VBA code: Set destinationcells = Destcells.Offset(1,0).Resize(destinationcells.rows.count) what confuses me here is that resize part because the destinstioncells number will be the same size as the original destionacells so you are increasing the number of rows of the destionacells isn't? Can u please clarify ?
@trumpexcel10 ай бұрын
Since I am using this in the For statement, it runs this statement everytime. So if I don't spcidy Resize(destinationcells.rows.count), it would Set destinationcells to one single cell (destCell.Offset(1, 0)) and the loop completes after 2 runs
@nadermounir822810 ай бұрын
@@trumpexcel my concern is that Destinationcells will be larger this way and the loop may not end ?
@trumpexcel10 ай бұрын
@@nadermounir8228 Yeah, I see the issue. The destination range keep getting bigger, but it still works as I exit the For loop. Let me see if I can make the code better
@trumpexcel10 ай бұрын
@@nadermounir8228 Have a look at this one. It solves the issue of destination range shifting with each loop iteration Sub PasteintoFilteredColumn() Dim visibleSourceCells As Range Dim destinationCells As Range Dim initialDestinationLastRow As Long Dim sourceCell As Range Dim destCell As Range Set visibleSourceCells = Application.Selection.SpecialCells(xlCellTypeVisible) Set destinationCells = Application.InputBox("Please select the destination cells:", Type:=8) Application.ScreenUpdating = False initialDestinationLastRow = destinationCells.Rows(destinationCells.Rows.Count).Row For Each sourceCell In visibleSourceCells.Cells For Each destCell In destinationCells.Cells If destCell.EntireRow.Hidden = False Then sourceCell.Copy destCell.PasteSpecial Paste:=xlPasteValues If destCell.Row < initialDestinationLastRow Then Set destinationCells = destCell.Offset(1, 0).Resize(initialDestinationLastRow - destCell.Row) End If Exit For End If Next destCell Next sourceCell Application.CutCopyMode = False Application.ScreenUpdating = True End Sub
@nadermounir822810 ай бұрын
@@trumpexcel Thank you Sumnit. Now the pasting cells not increasing in size. Just one more thing : can we write this: IntialDestinationLastRow = Destination.Rows.Count.Row instead of Destination.Rows(Destination.rows.count).row ?? I am not very good in VBA but thought I would ask this ?
@FightNightAI9 ай бұрын
Brother your video saved me thank you
@trumpexcel9 ай бұрын
Glad the video helped 🙂
@Sarah-s5v8h4 күн бұрын
Thank you SO MUCH
@martinfernandes50299 ай бұрын
Was looking for this for years ❤
@ZONALEDUCATIONOFFICEPUTTALAM10 ай бұрын
Very useful video. Thank you.
@trumpexcel10 ай бұрын
Glad you found the video helpful 🙂
@yautja-4 күн бұрын
Thanks a lot !
@BlakeAbbott-s7u6 ай бұрын
Thank you for the content. When copying data from another sheet or workbook using the VBA model, can you only copy one column at a time or can you do multiple? I followed the steps in the video but only the first column I had copied made it to my filtered data (I had 8 columns copied). Thank you for your help!
@jeevanKumar-hm5ob8 ай бұрын
Thanks for knowledge share 🎉 it worked
@davidcocuzzi6 ай бұрын
Great VBA code, I have tried it and it works for single columns. But can it be altered to paste multiple columns at once?
@BlakeAbbott-s7u6 ай бұрын
I am having the issue too. Were you able to find a solution?
@davidcocuzzi4 ай бұрын
@@BlakeAbbott-s7u not yet
@JAAlamon8 ай бұрын
How about if you need to copy paste data in different excel sheet ?
@warwin99134 ай бұрын
what about copying values from cells that contain formula?
@conniewymer91275 ай бұрын
JESUS CHRIST THANK YOU FOR THIS VIDEO DUDE. ❤❤
@afriend89614 ай бұрын
I can't find an answer to this online! All my search criteria seems to be off! I'm trying to (simply) add new data (any data) to a filtered column so that the new data now appears in said column for future filtering. I can't seem to remember how to! Thanks!
@afriend89614 ай бұрын
UPDATE! I literally just typed the data in the cell under the filtered column, and now see it becomes part of the filtered data! Lol. I did say 'simple'. Lol. Thanks!
@knowndestiny3 ай бұрын
Hi, @trumpexcel I Did the vlookup for the filtered cells but now i want to remove the formulae for vlookup as other rows have other formulae in my excel, how can i remove the vlookup, breaklinks will not work as the vlookup is from the same workbook..Any guidance will be helpful
@AnjaneyOO75 ай бұрын
Could you please make it work for multiple columns data selection and paste into filtered columns through VBA
@hunthunt20058 ай бұрын
great and thanks, I will try the google one.
@edwinli24848 ай бұрын
excellent. thank you
@anandkanke37453 ай бұрын
Awesome 👍
@abidbn70982 күн бұрын
thank you
@VanityChick8 ай бұрын
How do you do this with different sheets because thats what I'm trying to do and its not working.
@prathikshetty59053 ай бұрын
Thank You
@vasudevansure33755 ай бұрын
When we delete the second sheet,Data gone from main sheet how can we solve this
@Navneetsingh-ud2ru10 ай бұрын
Hello Sir, Please help with similarity function.
@trumpexcel10 ай бұрын
I am not aware of any SIMILARITY function in Excel. Are you talking about partial match of fuzzy match?
@Navneetsingh-ud2ru10 ай бұрын
Referring to % similarity of text string. Please check link for more m.kzbin.info/www/bejne/bZCmap97iq2AZ5I&pp=ygUcU2ltaWxhcml0eSBmdW5jdGlvbiBpbiBleGNlbA%3D%3D
@trumpexcel10 ай бұрын
This is not an inbuilt function in Excel, and someone has created it using User defined function in VBA
@Navneetsingh-ud2ru10 ай бұрын
Will you please help with the VBA?
@vdinesh88945 ай бұрын
Help ful😊
@kevanodanendra53724 ай бұрын
Cool Mate!
@nanireviewitall92708 ай бұрын
Thank you so much
@vinhkopro6 ай бұрын
thank you, bro
@leyingmanlrtdoc82552 ай бұрын
Thanks
@SudeshSivenarain-sf8ph10 ай бұрын
Hi Sumith, really handy, can you share the code.
@trumpexcel10 ай бұрын
Hello Sudesh... You can get the VBA from here - trumpexcel.com/paste-into-filtered-column/#Using-VBA-works-in-all-scenarios
@muhamedshahidpm832010 ай бұрын
❤❤❤❤
@mugenjieАй бұрын
Isn't this just a bug? What's the use case for copying only visible cells but then pasting into hidden cells, that justifies it being default behaviour? It just makes using the software that much more difficult and increases the likelihood of mistakes and data corruption. Requiring VBA for what should be simple copying and pasting? It should be the other way round, where VBA is required for copying visible cells and pasting into hidden cells in filtered ranges.
@trumpexcelАй бұрын
I agree... This should be the default option. Sadly it isn't, so we need to resort to these workarounds
@PankajSharma5529810 ай бұрын
😊😊
@jewleprince1680Ай бұрын
Jesus loves you brother
@phdsupervisor95126 ай бұрын
Just waste of time , please don't watch this video if you are beginner
@nurhijjahsyazalinaabdulrah2592 ай бұрын
my excel crashed TT
@arisangelou9082 ай бұрын
Thank you captain obvious
@tilekt42483 ай бұрын
You didn't have to make a 10-minute video.
@IvanCortinas_ES10 ай бұрын
Excellent analysis. This happens more times than one can think. Thanks for sharing, Sumit.
@trumpexcel10 ай бұрын
Thanks Iván.. True, this is a pain point. I wish regular copy paste could work in this scenario. The work around are fine, but seems too much for something that should be easier.