View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_4_] Sheeloo[_4_] is offline
external usenet poster
 
Posts: 225
Default Excel Filter and Autopopulate

You can use Data-Advanced Filter on the destination sheet referring to the
data range by NAME

See http://www.contextures.com/PhoneList.zip at Debra Dalgleish's site...
Disable macros and use Advanced Filter after specifying the range as
'Database'

"Philip" wrote:

Hi!

I recently posted the below question and received a correct answer to it.
Unfortunately for me, the correct answer involved using a macro, and I cannot
use this macro in my process. I am looking to resolve the below question in
excel without using a macro, the only thing I can think of is an if(vlookup)?
Any other suggestions?


I have a drop down menu with certain values (in my case, one of the drop
downs is titled "Billable"). I am trying to figure out how I can create a
formula which searches for all items labeled "Billable" and then pulls a
range of data associated with that label and populates only that data into a
new worksheet.

Do you have any advice on how I can do this?

Thank you so much for your help,
Philip