Dear Friends,
I need a code for VLookup,Offset,Finding Values.is this possible by Macro? my results Columns from K to X, please see sample file.
Thanks.
Dear Friends,
I need a code for VLookup,Offset,Finding Values.is this possible by Macro? my results Columns from K to X, please see sample file.
Thanks.
Last edited by structo; 09-06-2016 at 03:49 AM.
Oh My God,
nobody was taken challenge, in this website.
Last edited by structo; 09-06-2016 at 02:27 AM.
This is almost there but not quite right. The look ups to find remarks don't take into account the unique IDs. I will work on this a little more.
Edit: Should be right now.
Last edited by Neil_; 09-06-2016 at 03:33 AM.
Frob first, tweak later
Thank you friend it is working. i had large number of Unique ids and each unique id having 3 to 25 items. how to run your formula by automated Macros?
Thanks.
And as per your formula at S4 is M4:N6. but actual Range For Result look up from M4 to N4.
Thanks..
You don't need macros, simply adjust the ranges to include all your data. Note that any array formulas in the sheet (enclosed in {}) do not have the brackets typed. They are entered using Ctrl Shift Enter
Dear friend, i need macro because i want to develop values at J too, because i have items data above 50K rows. J values should be pullout from A. any possibilities by codes?
Thanks.
Last edited by structo; 09-06-2016 at 04:01 AM.
Post Deleted after re-reading questions
Last edited by Neil_; 09-06-2016 at 04:44 AM.
I have looked at your sheet again and understand what you mean about A and J. Copy entire column of data in A and paste into new sheet. From the data tab, remove duplicates. Paste this into J. Fill the formulas I have provided down.
Hope this helps.
Helo friend,
if i remove duplicates there is some blanks in Cells and difficult to paste from A to J due to More Rows at A to F. and you deleted D column. please keep D column there some values some times. please modify.
Thanks.
Last edited by structo; 09-06-2016 at 04:59 AM.
![]()
Sub Macro1() Dim lRow As Long lRow = Range("A" & Rows.Count).End(xlUp).Row Range("A4:A" & lRow).Copy Range("J4").PasteSpecial Paste:=xlPasteValues Application.CutCopyMode = False lRow = Range("J" & Rows.Count).End(xlUp).Row ActiveSheet.Range("$J$3:$J$" & lRow).SpecialCells(xlCellTypeBlanks).Select Selection.Delete Shift:=xlUp lRow = Range("J" & Rows.Count).End(xlUp).Row ActiveSheet.Range("$J$3:$J$" & lRow).RemoveDuplicates Columns:=1, Header:=xlYes lRow = Range("J" & Rows.Count).End(xlUp).Row Range("K4:W4").AutoFill Destination:=Range("K4:W" & lRow) End Sub
I'm done here.
Thank you friend. first time running results are ok, but second time running showing debug errors.
what about remaining columns? is this possible your formulas to L to X up to end of K values.
Thanks.
How to paste your formulas by macro? From L to X
Friends, Any News!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks