Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Seems simple to me but I can't pull it off!!!
I'm trying to have my spreadsheet return the text value of sheet 1, column A. Only if there is a value in column C. Sounds easy enough but I have 30 value's on sheet one that need to spread to sheets 2,3,and 4 which only have room for 10 values each. Is there a formula that will allow me to search the 30 rows in sheet one and return only the 10 which contain a value in column C |
#2
![]() |
|||
|
|||
![]()
You should be able to do that using datafilteradvanced filter, you need a
header in Sheet1, assume the headers are in A1:C1, then the data is in A2:C31, start in sheet2, first make a filter criteria, assume we use E1:E2 in sheet2, leave E1 blank and in E2 put =C2<"", now select for instance A1 in sheet2, do datafilteradvanced filter, select the list range Sheet1!$A$1:$C$31, then in the criteria range use Sheet2!$E$1:$E$2, finally check copy to another location and once again select A1 in sheet2 Sheet2!$A$1, click OK Regards, Peo Sjoblom "phatbusa" wrote: Seems simple to me but I can't pull it off!!! I'm trying to have my spreadsheet return the text value of sheet 1, column A. Only if there is a value in column C. Sounds easy enough but I have 30 value's on sheet one that need to spread to sheets 2,3,and 4 which only have room for 10 values each. Is there a formula that will allow me to search the 30 rows in sheet one and return only the 10 which contain a value in column C |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel save as csv - force text qualifier on every text field | Excel Discussion (Misc queries) | |||
how do I change the text case of imported data in excel? | Excel Discussion (Misc queries) | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) | |||
Macro or Function to make text size to suite text Length? | Excel Discussion (Misc queries) | |||
Can you sort text in a column, but leave cell color alone? | New Users to Excel |