View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joeb
 
Posts: n/a
Default copy down an indirect formula

from reading this board I figured out how to use an indirect formula: here
is mine:
=IF(INDIRECT("B2743")=INDIRECT("C2743"),1,0)

what I need to do is copy this down through row 9902. I want it to change
to row 2748, 2749, 2750 and so on. right now if I try to copy it down it
remains exactly the same (row 2743). Any ideas??

These boards have been very helpful with advanced functions!!!!

Thank you!!