How do I execute this in excel? - I have value starting with the word “code” in different cell / column, how would I able to select all these values and transfer them into single column. Thanks.
How do I execute this in excel? - I have value starting with the word “code” in different cell / column, how would I able to select all these values and transfer them into single column. Thanks.
To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.
If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Sorry - anyway i have attached the sample form
If the code is always the last text entry in the row then
S2: =LOOKUP(REPT("Z",255),A2:R2)
copied down
Thanks that’s powerful. In your formula S2: =LOOKUP(REPT("Z",255),A2:R2) what does rept ,“z”, and 255 means? Thanks again.
For info. on REPT function see XL Help files - for more info. on "finding last values" be sure to check out Bob Phillips' white paper: http://www.xldynamic.com/source/xld.LastValue.html
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks