View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Leah G Leah G is offline
external usenet poster
 
Posts: 1
Default Count Columns, Return Content

I need a function to return the contents of a cell based on a number given in
column F. Here it is:

A B C D E F
* $ @ % # 3 (I would need column G to return @ since it's 3
columns over)
^ ! % # * 2 (I would need column G to return ! since it's 2
columns over)

Does this make sense?