Thread: An IF question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default An IF question

pcor,

=IF(B3<OFFSET(B3,1,0),"NOWAY","")

HTH,
Bernie
MS Excel MVP


"pcor" wrote in message
...
I have a formula in col G that goes like this
=if(b3<b4),"NOWAY","")
that fomula has been copies from G4 to g100
and it works fine BUT
if I insert a line anywhere between G 4 and g100 the formula no longer
functions and I haveto recopy the formula.
How can enter this formula so that it is "self adjusting"
Thanks