You need to use an AND, eg:
=IF(and(Sheet2!D3>=39722,Sheet2!D3<=39752),Sheet2!A3,0)
--
Max
Singapore http://savefile.com/projects/236895
Downloads:18,500 Files:361 Subscribers:58
xdemechanik
---
I want to display a cell on row 3 when a second cell in row 3 is within a
certain range. for example, i want to dis play A3 when B3 is greater than 4
and less than 8.