If you are familiar with languages like C, you would know the concept of assigning a value to variable. e.g a=a+23.
I want to do something similar with the value in an excel cell.
if(today's date = earnings date)
current cell value = current cell value + 23
(so cell value should now be equal...