I have a excel sheet in which some of the columns linked to real time data and some of the columns gets the data from other file. The real data imported to Column "M" which is updating frequently is compared with the columns "O" and "P"("O" & "P" Values are constant which are transferred from other file ).Formula written in cell "N3" is : =IF(M3>O3,"positive",IF(P3>M3,"Negitive",blank")). As per the formula it is displaying either Positive or negitive in the cell"N3" whenever "IF" condition is true. With conditional formatting diff colours given for positive & negitive and "blank" has been disabled for not to appear in the cell .This is working fine, but now I want alerts with pop up messages whenever IF condition is true. Related text, which is in the cell "A3", to be POP-UP with sound in the cell "Q3". Like wise Text in cell "A4" in "Q4" and so on

I have no experience with VBA code for an Excel sheet. could some one help!!!
Thanks

RN Chowdary