View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] lindsay.hawke@cms.k12.nc.us is offline
external usenet poster
 
Posts: 2
Default Populate an array using a formula

I am trying to use a formula that references a specific spot in an
array to fill in that array. If the cell is in the 3rd row and 4th
column, it would take a value (x) and raise it to the 3rd power and add
that to a value (y) and raise it to the 4th power. I have been reading
books and posts and am stuck.