Hello,
I am working in a 3,300 row excel sheet and I would like to delete the rows that I don't need. I want to delete rows that do not contain a certain NAICS classification, do not occur in a certain states, and will be awarded via "sole source" (I work in contracting).
I have tried several...
delete all values that do not contain
deleterowdeleterowifconditiondeleterowifcondition is not met
deleterow multiple criteria
deleterow when criteria is not met
Hello all, i want to delete the entire row if last word is not equal to "OK". I have created a macro, but it is deleting all the rows in the column instead of particular rows where last word is not equal to "OK". Thank you
Sub DelD()
Dim cel As Range
Dim Rng As Range
Set Rng = Range("A2:A" &...
Hello team,
I would like to ask for help with the following macro as I just can't figure it out, I tried so many versions but nothing worked for me.
I need to remove all rows in my sheet that do not contain value greater than 50 in any cell in a given row. That means that if the value is less...
I found similar requests here, but nothing that I could make work for what I needed.
I have a list of over 200 inactive part numbers (and more may need to be added) in Sheet1 column A. In all other sheets in the workbook I want to search through column C, starting at row 8, and delete the row...
hello,
I have created some code that will delete an entire row based on if the value 1 is in the column or not.
The code works but takes 40 minutes to run on 300,000 lines.
Is there a better method to make this work?
Sub Delete_Rows()
Dim i As Long
Dim LastRow As Long...
Hello,
I am looking for a vba that will do the follow. If the cell a2 date value is not the date value of the cells below delete the row however if the cell is blank within the column do nothing and move on to the next cell.
<tbody>
a
b
1
2
7/22/2019 21:04
3
7/22/2019 20:55
4...
Hello everybody
I need same help.
I need to delete rows with the value 0 in column B
I made this:
Columns("B:B").Select
Selection.Find(What:="0", After:=ActiveCell, LookIn:=xlValues, LookAt:= _
xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlNext, MatchCase:= _...
Hi , my question is how to loop through the range( column) and delete every 11th value if it is a number, or if it is not a text( both works).
Product
product name
123
123
1234
435
564
234
345
3245
NONO
234
So here on the 11th row, I have a text I would like it to be deleted ( whole row) 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.