Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to select rows of data from a worksheet based on one cxriteria in
multiple rows. I cannot get the filter command to produce the correct result. Help!! |
#2
![]() |
|||
|
|||
![]()
What is the problem with the filter?
What is the critera? is it all in one column? "MrSkoot99" wrote: I want to select rows of data from a worksheet based on one cxriteria in multiple rows. I cannot get the filter command to produce the correct result. Help!! |
#3
![]() |
|||
|
|||
![]()
I have a worksheet to track tithing at my church. The data is in rows with
name, address, phine #, etc and the amounts for each week in columns (lone each for cheque and cash). I want to be able to select all those donating in the last 4 months. "bj" wrote: What is the problem with the filter? What is the critera? is it all in one column? "MrSkoot99" wrote: I want to select rows of data from a worksheet based on one cxriteria in multiple rows. I cannot get the filter command to produce the correct result. Help!! |
#4
![]() |
|||
|
|||
![]()
use a helper column with
=if(or(Cheque0,Cash0),1,"" filter by this column and the date column. "MrSkoot99" wrote: I have a worksheet to track tithing at my church. The data is in rows with name, address, phine #, etc and the amounts for each week in columns (lone each for cheque and cash). I want to be able to select all those donating in the last 4 months. "bj" wrote: What is the problem with the filter? What is the critera? is it all in one column? "MrSkoot99" wrote: I want to select rows of data from a worksheet based on one cxriteria in multiple rows. I cannot get the filter command to produce the correct result. Help!! |
#5
![]() |
|||
|
|||
![]()
Here is the format of the column headings in the worksheet:
A Env # B Last Name C First Name D Prefix (e.g. Mr, Mrs, etc) E Address F City G Province H Postal Code I.....FX Date with 2 columns under each date (one for cheque and one for cash) When I applied your filter only the first row of data appeared. I knoe this is wrong. Any other thoughts? "bj" wrote: use a helper column with =if(or(Cheque0,Cash0),1,"" filter by this column and the date column. "MrSkoot99" wrote: I have a worksheet to track tithing at my church. The data is in rows with name, address, phine #, etc and the amounts for each week in columns (lone each for cheque and cash). I want to be able to select all those donating in the last 4 months. "bj" wrote: What is the problem with the filter? What is the critera? is it all in one column? "MrSkoot99" wrote: I want to select rows of data from a worksheet based on one cxriteria in multiple rows. I cannot get the filter command to produce the correct result. Help!! |
#6
![]() |
|||
|
|||
![]()
how is the amount entered?
if you only get the top row, the amounts might be entered as text even if they look like numbers. select two cells with dta in them and in anothe cell add them. if the answer is 0, they are probably text "MrSkoot99" wrote: Here is the format of the column headings in the worksheet: A Env # B Last Name C First Name D Prefix (e.g. Mr, Mrs, etc) E Address F City G Province H Postal Code I.....FX Date with 2 columns under each date (one for cheque and one for cash) When I applied your filter only the first row of data appeared. I knoe this is wrong. Any other thoughts? "bj" wrote: use a helper column with =if(or(Cheque0,Cash0),1,"" filter by this column and the date column. "MrSkoot99" wrote: I have a worksheet to track tithing at my church. The data is in rows with name, address, phine #, etc and the amounts for each week in columns (lone each for cheque and cash). I want to be able to select all those donating in the last 4 months. "bj" wrote: What is the problem with the filter? What is the critera? is it all in one column? "MrSkoot99" wrote: I want to select rows of data from a worksheet based on one cxriteria in multiple rows. I cannot get the filter command to produce the correct result. Help!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort pages? | Excel Discussion (Misc queries) | |||
Insert rows | Excel Worksheet Functions | |||
extract data from worksheet | Excel Worksheet Functions | |||
Display selected rows from one worksheet to another | Excel Worksheet Functions | |||
Count rows based on multiple criteria | Excel Worksheet Functions |