How can I write if condition to get the values ...
I want to check the following condition to get the result like ...
If cell A1 first letter is 4, then it should take the value of cell A2 and copy it in to cell B1
Else
It should take the value of cell A1 and copy the same in to cell B2
How can I do that?
|