Related:
- Excel macro for comparing data
- Excel mod apk for pc - Download - Spreadsheets
- Transfer data from one excel worksheet to another automatically - Guide
- Spell number in excel without macro - Guide
- Kernel for excel - Download - Backup and recovery
- Tmobile data check - Guide
4 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 18, 2011 at 11:24 AM
Feb 18, 2011 at 11:24 AM
are they two different workbook or worksheet.
can you have a column that combine names into one cell, instead of splitting into two ?
can you have a column that combine names into one cell, instead of splitting into two ?
This problem is solved. Thanks. Someone helped me. I have another problem. How can I copy the cell value and select the entire row which corresponds to it and color it. See sample below.
A1 = 23
A2 = 12
A3 = 5
What I like is that, once cell A1 is selected, the entire row of row23 will be selected and colored. Then the remaining rows until row 25 which are not colored will be hidden. Need your advise. Thanks
A1 = 23
A2 = 12
A3 = 5
What I like is that, once cell A1 is selected, the entire row of row23 will be selected and colored. Then the remaining rows until row 25 which are not colored will be hidden. Need your advise. Thanks
I just used the vlookup formula since I never received replies for this using vba. Example, Since from Workbook A, A1 and A3 have the same value but only differs in B1 and B3, I put a unique code for each of them. Meaning, cell D1= 1, D2 = 2, D3 = 3. Then I just do the vlookup referencing column D values to get column C values.