Dear all,
For my work , I am using four sheets (“input”, “output1”, “output2” & “output3”). Here, I am having some data in the CELL A & B of sheet “input”. Now based on condition I want to copy Specific range(CELL B) of data from “input” sheet to another three sheets like “output1”, “output2” & “Output3”. Here is an example data in the sheet ”input”.
CELL A CELL B
output1 Apple
output1 Orange
output2 2KG
output2 1KG
output2 10KG
Output3 Fish
Output3 Rice
Output3 Banana
Here is the condition 1:
CELL A those having text “output1” & along the range data of CELL B need to copy & paste to the sheet “Output1”
Condition 2:
CELL A those having text “output2” & along the range data of CELL B need to copy & paste to the sheet “Output2”
Condition 3:
CELL A those having text “output3” & along the range data of CELL B need to copy & paste to the sheet “Output3”
So finally , we will get data in the sheet “output1” like below
CELL A
Apple
Orange
And like wise, we will get data in the sheet “output2” like below
CELL A
2KG
1KG
10KG
And same way for the sheet “output3”
CELL A
Fish
Rice
Banana