View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
bbc1 bbc1 is offline
external usenet poster
 
Posts: 12
Default Change to formula

Hi I am using this formula to return a date when spreadsheet is altered, I
require the date to ne one day less than the present day. Ie is the actual
date is 6/6/08 need it to return the 5/6/08
=IF(AND(B6="",B4<""),NOW(),IF(AND(B4<"",B6<""), B6,""))
any help would be greatly appreaciated.