cell reff

D

darkmooink

i am doing a spread sheet to display averages for statistics but i wan
to be able to put 2 dates in 2 cells and be able to select data for
those dates and/or the ones between them
eg
1a 1 may 07 1b 7 may 07
2a day 2b stats
3a 8 may 07 3b 5
4a 7 may 07 4b 2
5a 6 may 07 5b 9
6a 5 may 07 6b 6
7a 4 may 07 7b 4
8a 3 may 07 8b 6
9a 2 may 07 9b 5
10a 1 may 07 10b 4
11a 30 april 07 11b 3

how would i select 4b:10b
 
G

Guest

If I've understood correctly then from your table below these 2 formula will
return the values of the cells you want:-

=VLOOKUP(A1,A3:B11,2,FALSE)
=VLOOKUP(B1,A3:B11,2,FALSE)

Mike
 

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

Top