I need a formula to enter a date in a cell when another cell is populated with any data. When I use this formula =IF(B1<>"",TODAY(),""), it populates the date which is good but the date updates to the current date the file is reopened. I want that date to stick and not update when the file is opened later. So to specifically know who (cell B) claimed a part number (cell A) on what date (cell C). BTW, I have already tried replacing TODAY with DATE but it no worky.
Thanks.
Thanks.
Comment