View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mark Mark is offline
external usenet poster
 
Posts: 989
Default aged receivables

How do i write this function: if H6 is greater than or equal to 30 but less
than or equal to 60; let it be equal to F6; if not let it be equal to zero.
I tried using the "IF" function as follows: =IF(H6=30<=60; F6; 0) without
success. Can anyone assist?
--
Mark