View Single Post
  #1   Report Post  
SteveC
 
Posts: n/a
Default Transpose formula

In cell L10 in wksht2 is the formula:
=IF(ISERROR(AVERAGE(wksht1!M74:M85)),0,AVERAGE(wks ht1!M74:M85))

I'd like to drag this from L10 to L20 so that the formula in cell L11=
=IF(ISERROR(AVERAGE(wksht1!M86:M97)),0,AVERAGE(wks ht1!M86:M97))

and the formula in cell L12 =
=IF(ISERROR(AVERAGE(wksht1!M98:M109)),0,AVERAGE(wk sht1!M98:M109))

and so on as you drag it right

Thanks very much.

Also,
I'm just curious how you would create solve a simple tranpose formula issue
so that I can transpose with links and by dragging across
A1
A2
A3

into something like A3, B3, C3

I'm not sure if the two questions are the same or not. Thanks very much.