Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To simplify my problem :
This is the result from a webquery on sheet1... Sheet1: A1: Joe, B1: Male A2: Bill, B2: Male A3: Sue, B3: Female A4: Cindy, B4: Female A5: Bob, B5: Male Then let's say i want to see (in sheet2) all the rows from sheet1 where gender = male. Sheet2: A1: Joe, B1: Male A2: Bill, B2: Male A3: Bob, B3: Male This information needs to change whenever the results from the webquery on sheet1 changes... How do i do this? regards, Tomas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
just use datafilterautofilter and you don't have to see on another sheet
-- Don Guillett SalesAid Software "Tomas" wrote in message ... To simplify my problem : This is the result from a webquery on sheet1... Sheet1: A1: Joe, B1: Male A2: Bill, B2: Male A3: Sue, B3: Female A4: Cindy, B4: Female A5: Bob, B5: Male Then let's say i want to see (in sheet2) all the rows from sheet1 where gender = male. Sheet2: A1: Joe, B1: Male A2: Bill, B2: Male A3: Bob, B3: Male This information needs to change whenever the results from the webquery on sheet1 changes... How do i do this? regards, Tomas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Can I use MS Query in Excel like an Append Query in Access | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) |