Posts by sachin483

    I have this grid for commission payout arrived at this formula,but if the ach% is >120 it should pay 120% amount now reflecting zero can we modify this formula ie:- grid can be of >120 to 150 but after formula checks at end if no amount is there of that ach% it should pay the last max amount and so on


    DIV ACH A
    ZZ 100 16876
    ZZ 101 17976
    ZZ 102 19076
    ZZ 103 20176
    ZZ 104 21276
    ZZ 105 22376
    ZZ 106 25996
    ZZ 107 27516
    ZZ 108 29036
    ZZ 109 30556
    ZZ 110 32076
    ZZ 111 34861
    ZZ 112 36496
    ZZ 113 38131
    ZZ 114 39766
    ZZ 115 41401
    ZZ 116 44716
    ZZ 117 46456
    ZZ 118 48196
    ZZ 119 49936
    ZZ 120 51676



    DD WW ACH PAY AA2 I2
    ZZ A 106 25996 85 95
    ZZ A 120 51676 85 95
    ZZ A 125 0 85 95


    The same i have posted on other forum but not replied received


    Code
    http://www.excelforum.com/excel-general/1148411-addtional-condition-in-array-formula.html


    Code
    http://www.mrexcel.com/forum/excel-questions/953801-commision-payout.html

    Re: Simply-fly Subtotal and add some condition


    Thanks KjBox your code is working fine but little change can be made if we repeat column (A) in subtotal where it is blank and if the column range get extended then also it should do subtotal and standard formatting should rename same

    Re: Simply-fly Subtotal and add some condition


    Thanks for the code Max1616 , while testing this i had found that while sorting column no (B) ,corresponding column does not get sorted , it should be sorted as the subtotal we are getting for corresponding column and grand total is also not reflecting for the 3 column we are sorting and doing subtotal in the end, and if the column are extended subtotal not reflecting

    how to simply-fly this macro


    i have recorded the macro while doing subtotal i want to simply-fly the process



    1.Sorting should not be of specific range , it should be for full column range rows in data can increase or decrease ,column sorting order is ok .


    2. There are 3 subtotal - for 1st subtotal only Grand Total must be there in the end for other 2 not required - how to remove


    3. Color for all the 3 subtotal can be done


    4.Subtotal is not delete after last subtotal


    Code
    Sub subtotal()'' subtotal Macro''    Range(Selection, Selection.End(xlToRight)).Select    Range(Selection, Selection.End(xlDown)).Select    ActiveWorkbook.Worksheets("12").Sort.SortFields.Clear    ActiveWorkbook.Worksheets("12").Sort.SortFields.Add Key:=Range("B2:B80"), _        SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal    ActiveWorkbook.Worksheets("12").Sort.SortFields.Add Key:=Range("D2:D80"), _        SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal    ActiveWorkbook.Worksheets("12").Sort.SortFields.Add Key:=Range("F2:F80"), _        SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal    ActiveWorkbook.Worksheets("12").Sort.SortFields.Add Key:=Range("H2:H80"), _        SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal    With ActiveWorkbook.Worksheets("12").Sort        .SetRange Range("A1:W80")        .Header = xlYes        .MatchCase = False        .Orientation = xlTopToBottom        .SortMethod = xlPinYin        .Apply    End With    Range("A1").Select    Range(Selection, Selection.End(xlToRight)).Select    Range(Selection, Selection.End(xlDown)).Select    Selection.subtotal GroupBy:=3, Function:=xlSum, TotalList:=Array(10, 11, 12 _        , 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23), Replace:=True, PageBreaks:=False, _        SummaryBelowData:=True    Selection.Copy    Application.Run "ASAPRunProc268"    Application.CutCopyMode = False    Selection.RemoveSubtotal    Selection.subtotal GroupBy:=5, Function:=xlSum, TotalList:=Array(10, 11, 12 _        , 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23), Replace:=True, PageBreaks:=False, _        SummaryBelowData:=True    Selection.Copy    Application.Run "ASAPRunProc268"    Application.CutCopyMode = False    Selection.RemoveSubtotal    Selection.subtotal GroupBy:=7, Function:=xlSum, TotalList:=Array(10, 11, 12 _        , 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23), Replace:=True, PageBreaks:=False, _        SummaryBelowData:=True    Selection.Copy    Application.Run "ASAPRunProc268"    Application.CutCopyMode = False    Selection.RemoveSubtotal    Range("A1").SelectEnd Sub


    and the has been posted on another forum link below
    http://www.mrexcel.com/forum/e…l-add-some-condition.html

    Re: split word document


    sorry for the delay


    the format and font should remained same if it is landscape mode the it should split in landscape or if portrait then portrait,after split the file name will the search criteria


    for example i want split the file by searching the key word -XP01 there are 4 pages it should create a new word file and append all the pages one below another like that i have around 500 pages in word which i have to separate based on criteria

    i have this macro for sending email with email-id , subject , body of the email from excel , but it is sending one email at a time on which the cursor is , i want to modify it with sending email to all the email address present in column one after another and if the email-id is same then also it should send, please let us know where should i modify as i am new to VB.




    I have this extension list which there are many departments , first it has to sorted alphbetically for each any every department with ext no,then from this i want a particular list of department to be selected from the sheet1 and to be pasted in sheet2 one below another, then the blank row should be deleted from sheet1



    Eg:- i want to select department "abc1","abc4","abc9","abc5","abc15","abc16" and to be pasted in sheet2 this i want dynamic in vba so that i can change the department