Hi I am trying to achieve what I believe to be a simple macro, I have made functions per cell but a macro to run across the entire sheet would be better.
I am trying to achieve as follow:
IF A1=“1” and A2=“2” Then Result is A3=“3” else do nothing OR IF A1=“2” and A2="3"Then Result is A3=“4”
I would have multiple of these per row and would want it repeated every row.
I appreciate any help anyone can give me here I’ve been trying for hours
Thank You