Thread: Fill series
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Fill series

=VLOOKUP(A2,$G$1:$H$88,2,FALSE)


"Marty" wrote:

I need to easily fill about 90 cells in a column with the formula below where
the number following (A increases by 1 in every cell down the column. How can
I do this?

=VLOOKUP(A2,G1:H88,2,FALSE)