Mike Wyller
New Member
I have a file where a particular cell has 5 attributes listed.
What I'm trying to do is copy each attribute from that cell, to 5 different cells.
Source data looks like this:
Cell G3 contains the following data (with returns after each line)
I have 5 new columns to the right of this cell, titled
"Applicable" "Required" "Repeating" "Default Value" "Business Rules"
I would like to add
I've tried variations of LEFT, RIGHT, MID, FIND etc. but can't get it to work.
Any ideas?
What I'm trying to do is copy each attribute from that cell, to 5 different cells.
Source data looks like this:
Cell G3 contains the following data (with returns after each line)
Applicable: Yes
Required: No
Repeating: No
Default Value: New
Business Rules: Cannot Proceed without selecting one of the radio buttons
Required: No
Repeating: No
Default Value: New
Business Rules: Cannot Proceed without selecting one of the radio buttons
I have 5 new columns to the right of this cell, titled
"Applicable" "Required" "Repeating" "Default Value" "Business Rules"
I would like to add
'Yes' to the "Applicable" column (H3),
'No' to the "Required" column (I3),
'No' to the "Repeating" column (J3),
'New' to the "Default Value" column (K3),
'Cannot Proceed without selecting one of the radio buttons' to the "Business Rules" column (L3)
'No' to the "Required" column (I3),
'No' to the "Repeating" column (J3),
'New' to the "Default Value" column (K3),
'Cannot Proceed without selecting one of the radio buttons' to the "Business Rules" column (L3)
I've tried variations of LEFT, RIGHT, MID, FIND etc. but can't get it to work.
Any ideas?