Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How would I delete rows if
If b2="Void" Then I would like for it to delete Row 2 and Row 1? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In column C, use the foll. formula in cell C1 =if(or(B2="Void",B1="Void"),"delete",1). Copy this all the way down. Now select the column and press Ctrl+G Special Formulas Text. This will select all the cells which have delete. Now you may delete these rows -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Donna" wrote in message ... How would I delete rows if If b2="Void" Then I would like for it to delete Row 2 and Row 1? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete the test values, but do not delete the formulas | Excel Discussion (Misc queries) | |||
How can I delete a macro when the Delete button is not active? | Excel Worksheet Functions | |||
How to Delete a Range in Closed Workbook (to Replace Delete Query) | Excel Discussion (Misc queries) | |||
How do i delete a macro in Excel 2003 when delete isn't highlight | Excel Discussion (Misc queries) | |||
How to delete rows when List toolbar's "delete" isnt highlighted? | Excel Worksheet Functions |