platoniciorf
New Member
- Joined
- Jul 10, 2015
- Messages
- 16
In a worksheet, I have three rows of data from three different sources. I need to get the data from whichever of three sources releases the most recent data.Example: Let's name the sources, Source 1, Source 2, and Source 3 in one column. In another column is "Last Update" which refers to the time when the data was last updated. Case 1: If Source 1 releases data on 07/14/15, Source 2 releases data on 1:41 pm today, and Source 3 releases data on 07/14/15. In that case, the data should be coming from Source 2 since it shows in the "Last Update" column that the data was last updated just today, showing time today.Case 2: If all the three sources release date on the exact same time/date, the data should always be from Source 1Is there a way to automatically do this using "IF" formula or a macro?