I have an Excel Spreadsheet with the following: Date contained in cell A2 and a drop down list in Cell E2. There are 3 possible selections in Cell E2 - Text1, Text2, Text3. If Text1 is selected I want the date in Cell A2 to be copied to Cell H4. If Cell E2 has Text2 selected the date in Cell A2 Copied to H5. If Cell E2has Text3 selected the date in Cell A2 to copy to Cell H6. I keep getting circular reference when I try to use an if statement. For example in cell h4 put IF(E2="Text1",A2, leave the date in the cell alone). Then in cell H5 I tried to put =IF(E2="Text2",A2,leave the date in the cell alone). Circular reference. I hope someone can help?