LOOKUP

T

Tdahlman

I have a spreadsheet with several columns. I want to create a report using
the information in the spreadsheet.
On of the columns is "Enrollment Date". It is formatted as XX/XX/XX
On my report page, I want to be able to type in a year such as "2004" and I
want a lookup to find all the record with an enrollment date in 2004.
I am assuming that I would be using a VLOOKUP, however I don't know how to
specifiy the year.

Please Advise,
thanks,
Travis
 
B

Bernard Liengme

VLOOKUP can return only one value
It sounds as if you want to filter the data.
look in Help under filter. Then come back for more.
best wishes
 
M

mwam423

you'll want to add a column to your spreadsheet, label it "year", which picks
up the year from Enrollment Date column, i.e., =year()
then as mr. liengme suggests, auto-filter the data in your spreadsheet by
clicking on one cell within spreadsheet, click on Data on excel menu bar,
highlight Filter, highlight Auto Filter, and click.

each heading in spreadsheet will have arrow contained in it's cell. click
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hide text in MSWord 2013 using macro 1
Need Help with a VBA subroutine 0
Formula 5
Question about modifying dates 3
Remove date format? 3
Calculate a quarter 16
beginner sql query 0
beginner : SQL in access 1

Top