Thread: Fill series
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marty Marty is offline
external usenet poster
 
Posts: 116
Default Fill series

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)