#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default filtering?

hi all,

i've been trying for ages to figure this out.


i've got a backend that contains car information for all staff.


there's a frontend where the user can specify year, make, and model


i want it to select the matching backend data, copy it and paste it
to
another sheet. is there any easy way to do this?


i've been trying to use autofilter, but if the user wants to select
all cars made in 2000, 2000, 2001, or all cars that are toyota,
holden, or ford, autofilter doesn't work because it only lets you
filter a field on two criteria.


i don't want the user to be able to touch the backend.


thanks


Stefano

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default filtering?

Create a helper column and add a formula there, like this

=OR(car="Ford",car="Toyota",car="Holden")

and filter that column for TRUE.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
ups.com...
hi all,

i've been trying for ages to figure this out.


i've got a backend that contains car information for all staff.


there's a frontend where the user can specify year, make, and model


i want it to select the matching backend data, copy it and paste it
to
another sheet. is there any easy way to do this?


i've been trying to use autofilter, but if the user wants to select
all cars made in 2000, 2000, 2001, or all cars that are toyota,
holden, or ford, autofilter doesn't work because it only lets you
filter a field on two criteria.


i don't want the user to be able to touch the backend.


thanks


Stefano



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
filtering shamoo Excel Discussion (Misc queries) 1 May 25th 08 10:26 PM
filtering halb1961 Excel Discussion (Misc queries) 3 February 26th 08 12:23 AM
Filtering by row Andy K Excel Discussion (Misc queries) 1 April 9th 07 06:40 AM
trouble filtering a list. Why isn't column filtering? Pat Excel Worksheet Functions 1 July 18th 05 03:30 PM
Filtering Dave Excel Discussion (Misc queries) 2 June 28th 05 09:43 PM


All times are GMT +1. The time now is 11:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"