theraindew
New Member
- Joined
- Dec 7, 2018
- Messages
- 11
- Office Version
- 365
- 2016
- Platform
- Windows
I have a sheet where i need the contents of A2 to appear in B3 and contents of A3 to appear in B2. The contents could be numbers or text or a mix of both. I can do this by just referencing the alternate cells, but there are about 900 rows and the count changes everyday. Is there an easier way to achieve this using a formula to enter in B2 and drag down or using VBA?
ck.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Item | Result | Formula for Reference | ||
2 | Apple | Orange | Orange | ||
3 | Orange | Apple | Apple | ||
4 | Grape | Apricot | Apricot | ||
5 | Apricot | Grape | Grape | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2,C4 | C2 | =A3 |
C3,C5 | C3 | =A2 |