I am using sheets and I want my cell to auto-populate with the date today in one cell and the time now to populate in another, so this is what I've tried doing.
I added the forumla in column C to show the time now, using the NOW() function, but it returns both date and time, when I only want the time, and everytime I make a new entry in Column B or anywhere in the sheet the entire Column C updates as show in the picture having the same seconds
In column A I added this formula =IF(ISTEXT(B1), TODAY(), "") it show the exactly what I want but I don't know if it will update the entire column once I enter a new data in column B the next day.
The result I want my sheet to do is this one.
It's a real life example on how this sheet will be used, it's like a logging entry for employees, like a tracker,whenever they put their name on Column B, Column A and C, should auto populate with the Date now, and the current time they entered their name, and it should not update when someone else updates the sheet with their own entry.

