View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie David McRitchie is offline
external usenet poster
 
Posts: 903
Default Sort changing formulas

Hi David P.,

If the formula is on Row 3 when entered:

=IF(OFFSET(B3,-1,0)=B3,False,"")

More information on OFFSET
http://www.mvps.org/dmcritchie/excel/offset.htm

---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"David P." wrote in message ...
I have a range of cells that I am sorting based the cells in a particular
column which is =IF(B2=B3,FALSE,""). I want the formula to stay the same
"relative" to it's location (if that's the right way to say it). The B2=B3
part might change to B20=B27 or something like that - in the sense that it
doesn't keep it relative like how a macro can record. Any ideas?

--
David P.