Parkerpen13
New Member
- Joined
- Feb 26, 2018
- Messages
- 41
I currently have a workbook that when data is entered in column A it will return a time stamp in column I with the help of the if statement. This works great however it makes my workbook very slowwwww. Is there another way or a VBA code that could do this same thing that could improve my workbook?
Current formula
=IF(A1<>"",IF(I201<>"",I1,NOW()),"")
Current formula
=IF(A1<>"",IF(I201<>"",I1,NOW()),"")