Excel live data counter (DDE Server)
问题 I'm using DDE server to import live data on excel on two columns, the data changes every second. What im currently doing is i have live data on Cell A1 and live data on Cell B1 on Cell C1 i have the following formula =A1=B1 Which is suppose to be true, but sometimes the result is false (as cell A1 doesn't match cell B1) I want to calculate how many times "false" is the result in C1 My problem is its a live data and changes almost every second, and my result should be accumulated. Does anyone