View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
EstherJ EstherJ is offline
external usenet poster
 
Posts: 14
Default Formula as User Defined Function

How do I get the following formula to work as a user defined function.

=if(a1=9,(b1+1),b1) and paste the result in cell c1

It would then have to work in row 2, 3 etc referering to those rows.

Thank you,

Esther