yazanibrahim1984
New Member
- Joined
- May 16, 2019
- Messages
- 10
Hello,
My first post because I usually find my answers without asking
So here's my issue:
I'm trying to create a formula, using IF Function maybe??, that copies certain cells from one sheet to different cells in another sheet and change a cell value on the first sheet, but the cells are not in the same order and their
Each sheet has 1700+ rows and about 47 columns
Let's take the below as sample:
Sheet 2 Cell J2 has the text YES
Sheet 2 Cell A2 has text
Sheet 2 Cell B2 has numbers
Sheet 2 Cell C2 has date
Sheet 2 Cell D2 has a number
I'm writing a formula in Sheet1 Cell A2 that says:=if(Sheet2!J2="yes",... but I also want to copy Sheet2 cell A2 in Sheet1 Cell B2 and Copy Sheet2 Cell B2 into Sheet1 E4 and Copy Sheet2 Cell C2 into Sheet1 Cell G2 aaaaaand I want to set the value of D2 to 0.00
Is this monster possible?
My first post because I usually find my answers without asking
So here's my issue:
I'm trying to create a formula, using IF Function maybe??, that copies certain cells from one sheet to different cells in another sheet and change a cell value on the first sheet, but the cells are not in the same order and their
Each sheet has 1700+ rows and about 47 columns
Let's take the below as sample:
Sheet 2 Cell J2 has the text YES
Sheet 2 Cell A2 has text
Sheet 2 Cell B2 has numbers
Sheet 2 Cell C2 has date
Sheet 2 Cell D2 has a number
I'm writing a formula in Sheet1 Cell A2 that says:=if(Sheet2!J2="yes",... but I also want to copy Sheet2 cell A2 in Sheet1 Cell B2 and Copy Sheet2 Cell B2 into Sheet1 E4 and Copy Sheet2 Cell C2 into Sheet1 Cell G2 aaaaaand I want to set the value of D2 to 0.00
Is this monster possible?