hi all,
good day.
i facing a problem here how to delete a data in 1 column.
i don't know how to explain, so i attach the excel file here to explain.
Hope can solve it.
Thanks.
hi all,
good day.
i facing a problem here how to delete a data in 1 column.
i don't know how to explain, so i attach the excel file here to explain.
Hope can solve it.
Thanks.
ccs_1981,
See the attached workbook "Create Summary - Countif Match - ccs_1981 - SDG10.xls" with macro "CreateSummary".
Detach/open the workbook and run the "CreateSummary" macro.
Have a great day,
Stan
Windows 10, Excel 2007, on a PC.
If you are satisfied with the solution(s) provided, please mark your thread as Solved by clicking EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.
anyone can help?
ccs_1981,
How about another workbook with examples of "i may hv more than 10 restaurants...".
And, what is the logic for more than 3 restautants?
Last edited by stanleydgromjr; 11-16-2009 at 09:31 AM.
thanks for your reply, i thought u had hardcoded to max 3 records.
![]()
For a = 2 To LR2 Step 1 If .Cells(a, "F").Value < 3 Then Hold = "" SR = .Cells(a, "G").Value For b = 1 To .Cells(a, "F").Value Step 1 Hold = Hold & .Cells(SR, "A") & ", " SR = SR + 1 Next b If Right(Hold, 2) = ", " Then Hold = Left(Hold, Len(Hold) - 2) .Cells(a, "D") = Hold End If End If Next a
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks