I have two tables that are on different tabs. One tab is called RawData and the Other is called CSheet. On CSheet, I have a column of data starting in C2. I am needing to compare the CSheet data list to the table that I have on the Raw Data tab. The table on the RawData tab starts in Cell A1...
Hi guys, Im trying to make a macros in which one of the things is to remove a row if a cell value isnt in another table.
for example, if an application under the column Unique ID does not exist in table "KPI" under the Unique ID column, then delete the whole row.
i was thinking of using index...
Hi all!
I'm relatively new to more advanced Excel functions, so this question may be relatively easy to answer.
I have a spreadsheet with a list of employees that is copy and pasted for every month of the year. As of now, the spreadsheet only goes through June. There are four columns, employee...
I'm trying to delete any row that has "ReportNbr" in the range A2:A10000, here is what i have so far but the Rows(check).select line doesn't work.
Dim check As Variant
Set myrange = Range("A2:A10000")
For Each check In myrange
If check.Value = "ReportNbr" Then
If check.Value =...
Hi all, long-time anon, first-time poster.
I'm a little stuck. I have a massive sheet of raw sales data that I'm trying to analyze to see if we paid what we're supposed to be paying; however, the sales data is only in a per month basis. I've figured out how to get the unit price we're paying...
Hi,
I'm really stuck for some VBA code to help me build a macro that will delete any row where there is content in Column C. Can anyone here help me :confused::confused:, I would really appreciate it.
ExcelRookieIre
Hey everyone,
Newbie here using Excel 2007.
I've googled so many different ways, tried VBA codes, tried making match case formulas, and nothing seems to work since most compare columns.
Scenario:
- have a sheet with several columns (headers: account names, IDs, revenue, margins, etc.)
- need...
I believe I have exhausted all the searches I could do on this subject and since I have not solved my first problem I hope I can post and get an answer for both of my issues...
Background:
I recieve a report from an old database in email as a message, I copy that message to word and save it as...
Hi
I hope someone can help me out I'm very new to VBA!
I have a data set (set of results) that contains text and numbers, occasionally there is a row that just has one cell of text in (a three letter abbreviation that could be ONE OF 17 different abbreviations - OCS, DSQ, BFD, ARB, DGM, DNC...
I have a spreadsheet that is sorted in name order that lists name, code and and amount.
The name may appear multiple times, usually either 1, 2 or 3 times. Currentyl I am adding the amount manually, and I was thinking there must be a way to create a macro to do this. So, my worksheet looks like...
Okay, this is my very first post and I might not be asking the right question but here is what i'm trying to accomplish.
I'm creating a master list of projects according to employees. So I created a drop down box with employee names and then used the code:=IF('worksheet'!C:C="employee...
in Excel 2010:
I currently get Excel reports given to me from my companies CRM tool. It shows me activity history in every account. There are many duplicate values in the Account name column and I need to delete the duplicates leaving only the value for the time the account reached the...
Hello,
Each week I run a report that produces over 2,000 rows. I have to manually go through and delete things, by the time I am done, there may only be 320 rows left. I would apply a recorded macro, but the report is not consistent each week. There may be more or fewer rows depending on the...
What i need is for the command button to sort through all my worksheets of info (16 so far) match the information in my userform2.name2 text box and delete that row. It needs to do this for each worksheet. This code below already does most of that. However, it has a glitch. if it does not find...
Hello I have a macro that opens another workbook and deletes rows based on specified criteria. The code that deletes the rows works fine but runs extremely slow. When I step through it my self it seems to work relatively quick but it gets caught up when its running. Here is the sub program...
I am using the below code to search a column for a specific number, in this case 2603, and if 2603 is present it deletes the entire row.
Dim rng As Range, cell As Range, del As Range
Range("V:V").Select
Set rng = Intersect(Range("V:V"), ActiveSheet.UsedRange)
For Each cell In rng
If...
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.