Help for a newbie!!

jakedemus

New Member
Joined
Aug 27, 2009
Messages
4
I've just signed up and i hope somebody can help me out.

I'm tryin to write a macro that will:
- find the condition columns in a spreadsheet (their headings are coloured light turquoise)
- check if each is populated
- if it is then copy each individual cell's info and the column name,(e.g. Type, OS etc.) and concat in another cell in that row where the column is called "Field" and is coloured yellow

hope i was some way clear.
any help would be greatly appreciated!!!
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Welcome to the Board.

You might get a better response if you posted a sample of your data and what you would like to do with it.
 
Upvote 0
A1 FIELDS (col name, cell coloured yellow)
A2 Type | Colour

B1 FIELDS ++ (col name, cell coloured yellow)
B2 Type == 2352 AND Colour == 'Blue'

C1 TYPE (col name, cell coloured light turquoise)
C2 ==2352

D1 COLOUR (col name, cell coloured light turquoise)
D2 == 'Blue'

If TYPE and COLOUR cols are populated the col name is copied into FIELDS and the col name and info is copied into FIELDS ++

Don't know how many rows or columns will be in the spreadsheet.
Just beginning to learn macros so thanks for any reply or comments.
 
Upvote 0

Forum statistics

Threads
1,214,402
Messages
6,119,304
Members
448,886
Latest member
GBCTeacher

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top