Hi all,
Ive managed to get work worksheet to only calculate a cell if text is added. This allows me to plot a suppliers delivery and only consider it once I add "- arrived " EG below
A1 = 1000
B1 ( =A1 ) = 0
When delivery arrives
A1 = "1000 arrived"
B1 NOW RETURNS = 1000
As soon as I add "*ar*" into A1 ( ar should cover any typos etc ), I would like to run "Macro1"
Is this possible?
Many Thanks!!!
Ive managed to get work worksheet to only calculate a cell if text is added. This allows me to plot a suppliers delivery and only consider it once I add "- arrived " EG below
A1 = 1000
B1 ( =A1 ) = 0
When delivery arrives
A1 = "1000 arrived"
B1 NOW RETURNS = 1000
As soon as I add "*ar*" into A1 ( ar should cover any typos etc ), I would like to run "Macro1"
Is this possible?
Many Thanks!!!