P
Plexx
Hi,
I have got an instrument that produces ASCII-data linked to an Exce
spreadsheet via serial communication. Every time that my instrumen
sends a string of data, I want excel to generate a date and time stamp
The data I sent is spread over 2 colums.
I've tried this formula in the third colum :
IF(A1<>B1,NOW(),"")
It worked, BUT
Every time I enter a new row of date, it updates all the dates an
times, and not just the one in that row.
What should I change??
Thanks in advance for helping me out
I have got an instrument that produces ASCII-data linked to an Exce
spreadsheet via serial communication. Every time that my instrumen
sends a string of data, I want excel to generate a date and time stamp
The data I sent is spread over 2 colums.
I've tried this formula in the third colum :
IF(A1<>B1,NOW(),"")
It worked, BUT
Every time I enter a new row of date, it updates all the dates an
times, and not just the one in that row.
What should I change??
Thanks in advance for helping me out