Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi everyone!
I need your help. I have a worksheet with many rows and 6 columns. Every column has one number. I need to delete every row that has 3 or more numbers followed. E.g. Col A Col B Col C Col D Col E Col F 1 5 20 21 22 70 Thank you very much |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In the first empty column, I'd put
=count(A1:E1) (or whatever column you are counting to. Then use the autofilter function to select the rows you want to delete. "FMST" wrote: Hi everyone! I need your help. I have a worksheet with many rows and 6 columns. Every column has one number. I need to delete every row that has 3 or more numbers followed. E.g. Col A Col B Col C Col D Col E Col F 1 5 20 21 22 70 Thank you very much |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
on column G
start data on Row2 H2 =if(count(A2:F2)2,"delete this row","do not delete this row") auto filterdelete this row all visible/selected rows will be deleted which contain numbers from 3 to 6. "FMST" wrote: Hi everyone! I need your help. I have a worksheet with many rows and 6 columns. Every column has one number. I need to delete every row that has 3 or more numbers followed. E.g. Col A Col B Col C Col D Col E Col F 1 5 20 21 22 70 Thank you very much |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
FMST,
1. Make sure you have the original file stored separately. 2. Note: a number on a text format like "-1" or "+1" will not be read as a number. 3. Make sure that you check the format of your the data - as you need it like general or text. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Function Needed! Please Help! | Excel Worksheet Functions | |||
Help needed with function | Excel Worksheet Functions | |||
Desperate Help needed with a function. | Excel Worksheet Functions | |||
IF function help needed | Excel Worksheet Functions |