View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
having eXceLed, I now want aXeS having eXceLed, I now want aXeS is offline
external usenet poster
 
Posts: 1
Default can I use GO TO results in a formula?

start point: formula in col. B
directions: go to col. A, step upward 'til reach non-blank cell
end point: use contents of $A# inside the formula

I can physically find the required data using Go To (or even [End] +
arrow-up key)
but how would one write a macro to do this?