+ Reply to Thread
Results 1 to 20 of 20

Criteria based Addition and Subtraction - VBA Request

  1. #1
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Criteria based Addition and Subtraction - VBA Request

    Good day everyone!

    I need some help on a piece of analysis that has been taking a lot of time of my daily work. I’ve provided the explanation and expected output in the tab Named Report. My data is huge, and therefore; I’m requesting some assistance with a Macro that can help me accomplish this. Here’s my request in a nutshell.

    The process:

    Calculate % for each team member to provide benefit for entries tagged as “Not Found” in column B and “Negative” in column C of the Tab named “DATA”
    The % benefit is to be calculated from Column E of Tab 1, and added to the total Positive Count, and at the same time excluded from the total Negative Count
    The logic is to also help me update the change in status for each entry in the Data tab.

    Priority on converting Negatives to Positives under each category:

    Priority 1: AD
    Priority 2: WP
    Priority 3: AT
    Priority 4: VM

    Examples:

    1:If there are 4 Not Found + Negatives: The Negatives should be equally divided and subtracted from each Negative category, and the benefit is added to Positive (In this case: 1 Not Found Negative will be subtracted from LD, WP, AT and VM)
    2:If there are 3 Not Found + Negatives: The Negatives should be equally divided and subtracted from each Negative category in order of Priority listed above, and the benefit is added to Positive (In this case: 1 Not Found Negative will be subtracted from LD, WP and AT)
    3: If there are 5 Not Found + Negatives: The Negatives should be divided and subtracted from each Negative category, and the benefit is added to Positive in order of Priority (In this case: Not Found Negative will be subtracted as follows 2 LD, 1 WP, 1 AT and 1 VM)

    The same logic is to be run on 60%, 70% as well. I was hoping for a dynamic dropdown or something wherein I can easily change the % allocation based on the requirement.

    Please help me counter this. Thanks a lot!

    Happy New Year!

    Best,
    Attached Files Attached Files
    Last edited by spiwere; 01-21-2015 at 04:34 AM.

  2. #2
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Criteria based Addition and Subtraction - VBA Request

    Greetings All!

    Could you please assist me on this request.

    Thank you!

    Best regards,
    Spi
    Last edited by spiwere; 01-21-2015 at 04:34 AM.
    In your greatness, remain humble!

  3. #3
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Dearest Members,

    May I please request your kind help on this analytics.

    Please let me know if you need any clarification or details. I'll be more than happy to provide more clarity on this request.

    Look forward to your kind assistance!

    Thanks in advance.

    Kindest regards,
    Spi

  4. #4
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi,

    I believe my request – in its current explanation in post 1 - turned out to be a bit ambiguous. So here’s a step-by-step explanation of the request using a “Single” example. I’ve pro-actively added a data sheet for better understanding. Hope this will make it a bit clear. Apologies for making it a little confusing initially!

    Here it goes….

    There are 2 tabs in my spreadsheet namely: (1) Report & (2) DATA

    Step 1: Identify the unique “Client Names” from “DATA” tab Column A (Cell A2 onwards), and paste the unique listing in Column A (Cell A3 onwards) in the tab named “Report”
    Step 2: Count the rows tagged as “Positive” by each Client Name from Column C of the “DATA” tab, and update the count in Column B (Cell B3 onwards) in the tab named “Report”
    Step 3: Count the rows tagged as “Negative” by each Client Name from Column C of the “DATA” tab, and update the count in Column C (Cell C3 onwards) “Report”
    Step 4: In column D (Cell D3 onwards) of the tab named “Report” update the counts of rows by Client Name that meet the following combination “Found” in Column B and “Negative” in Column C of the tab named “DATA”
    Step 5: In column E (Cell E3 onwards) of the tab named “Report” update the counts of rows by Client Name that meet the following combination “Not Found” in Column B and “Negative” in Column C of the tab named “DATA”
    Step 6: In the tab named “Report” Column F (Cell F3 onwards) calculate 80% of values in Column E.
    Step 7: The outcome; i.e. 80% of the combination from Column E “Not Found & Negative” is to be added to the “Positive” count and subtracted from “Negative” count. The new values are to be pasted by client in column G (Cell G3 onwards) and Column H (Cell H3 onwards) of the “Report” tab
    Step 8: The 80% logic applied is to also create a log identifying the changes to the original status “Positive/Negative” in column C of the “DATA” tab. The updated status based on the resultant change is to get updated in Column E of the “DATA” tab.

    Let’s take an example:

    Column A (cell A3) - Client Name AG
    Column B (cell B3) - Positive Count: 157
    Column C (cell C3) - Negative Count: 30
    Column D (cell D3) - Combination of Found (Column B) and Negative (Column C) of the DATA tab: 20
    Column E (cell E3) - Combination of Not Found (Column B) and Negative (Column C) of the DATA tab: 10
    Column F (cell F3) - 80% of Column E of the Report tab: 8
    Column G (cell G3) - New Positive Count: 165 {157 Original Positive + 8 (80% of 10)}
    Column H (cell H3) - New Negative Count: 22 {30 Original Negative - 8 (80% of 10)}

    Report Tab Completed

    Changes required in “DATA” tab (description per Step 8 above). Explanation of the requirement:

    This requires me to modify the status of column C in the DATA tab, and present the outcome in column E after applying the 80% benefit. The resultant change in the status is based on the “Category”. To elaborate:

    In case of client AG, 80% of column E {Not Found (Column B) and Negative (Column C)} of the DATA tab = 8, but this 8 is split between different categories in Column D of the of the DATA tab. I need to ensure that these 8 Not Found and Negatives are changed as such that they are converted from each category, and not in a manner that all the deductions happen from a single category.

    Example:

    Client AG has 10 Not Found (Column B) and Negatives (Column C) in total.
    Category Split: AD = 6, WP = 1, AT = 3, and VM = 0
    80% of these 10 Not Found (Column B) and Negatives (Column C) amount to 8
    Deduction Priority is to be such that I need to subtract one by one from each category as long as they are positive and append updated Status as “Positive” in Column E for each row item. The priority for changing is as follows:

    8 Not Found (Column B) and Negatives (Column C) to be deducted and status to be updated as highlighted in Column E of the Data tab
    Priority 1: AD (6-1-1-1-1)
    Priority 2: WP (1-1)
    Priority 3: AT (3-1-1-1)
    Priority 4: VM (0-0)

    Hope this makes it more clear. Sorry about too much text, but I think it was need of the hour. Happy to explain it further.

    Thanks much!

    Best regards,
    Spi
    Attached Files Attached Files
    Last edited by spiwere; 01-23-2015 at 09:11 AM.

  5. #5
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Spi,

    Try the attached file.

    Notes:
    a. Creates and formats Report on Sheet Report.
    b. Paints all 80%70%.60% items changed YELLOW on Sheet 'Data'.
    c. Calculations can automatically handle any number of Priority Items.
    d. Print can handle only the 4 predefined items. It is relatively easy to change the print code.
    e. The report automatically adjusts for any number of Client Names.
    f. Column 'Q' in the 'DATA' Sheet is used as a 'Scratch Area'. Column 'Q' is DELETED when the Report is Completed.

    How the Software Works.
    a. A string constant contains the list of priority items. It is converted into any array (CONSTANT Arrays are NOT ALLOWED by EXCEL).
    b. The priority list array then is used to create a data structure 'myCategoryTypeArray'. It contains working copies of priority list and 80%,70%, and 60% values.
    c. The 'Data' Sheet is read one line at a time to:
    (1) Obtain a list of 'Client Names' (Client Data DOES NOT have to be contiguous) in Scripting Dictionary 'myDictionary'. The dictionary is used to obtain the unique Client Names used by 'myPlusMinusDataTypeArray'.
    (2)Obtain a list of Found, Not Found, Positive, and Negative Counts for each Client Name in custom type array 'myPlusMinusDataTypeArray'.
    (3) Obtain a list of 'Negative and Not Found' items for all Clients in custom type array 'myNotFoundDataTypeArray'.
    (4) Put a concatenation of the Client Name and the Category in Column 'Q' of Sheet 'Data' for later use in Negative Not Found Reduction.
    d. The contents of ''myPlusMinusDataTypeArray' is used to create the PRIMARY Report Output.
    e. The 80%,70%, and 60% columns in the 'Data' Sheet area cleared.
    f. The Column 'C' Status (Positive or Negative) in the 'DATA' sheet is copied to the 80%,70%, and 60% columns in the 'Data' Sheet.
    g. For each client name:
    (1) The 80%,70%, and 60% values are calculated from the 'Negative Not Found' Value (in the 'myPlusMinusDataTypeArray').
    (2) Each of the categories in the 'myNotFoundDataTypeArray' is placed in 'myCategoryTypeArray' to get the ORIGINAL 'Negative NOT FOUND' counts for each category.
    (3) Process each NON-ZERO category in priority order to reduce the NEGATIVE NOT FOUND counts to 'Positive'. This is done by searching Scratch Column 'Q' for the first occurrence
    of the concatenation of the 'Client Name' and Category'. 80%, 70%,60% Negative is replaced by Positive in each column (unless full REDUCTION has already taken place for that % item).
    (4) Reduce the 'Negative NOT FOUND" Count for that category with each match.
    (5) Clear the concatenation cell to enable the 'first occurrence' of the next search to be a NEW item.
    (6) After Reduction is Complete, the Result sheet is updated for that Client Name (from 'myCategoryTypeArray').
    h. Clear Column 'Q' in the 'Data' Sheet.
    i. Processing completed.

    Lewis
    Attached Files Attached Files

  6. #6
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Thanks a billion Lewis. This is truly magical. The script runs smoothly with the dummy data.

    I'm now updating the script with my real data labels. I hope I'm able to do that perfectly, and it doesn't cause the script to experience any errors. But with my limited VBA know-how, I just hope that I'm able to accomplish it correctly. I hope it'll be okay to comeback with any questions that I may have or need further assistance.

    I'll get back to you with another "Thanking" email shortly.

    Best,
    Spi

  7. #7
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Dear Lewis,

    Your Script is beautiful. I have a question. To give you a brief, here's what I've done:

    Changed VM to Voicemail (my real lable) while testing in the script on these 3 locations:

    wsReport.Cells(iReportRow, "F") = "VM"
    wsReport.Cells(iReportRow, "L") = "VM"
    Public Const sCategoryPriorityList = "AD,WP,AT,VM"
    But am getting a run time error 9 script out of range on this line:

    iNegativeNotFoundCountForCategory = myCategoryTypeArray(iCategoryArrayIndex).iNegativeNotFoundCountForCategoryOriginal
    Could you please assist me if am doing something incorrectly.

    Thank you!

  8. #8
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Spi,

    Thank you for catching a very serious software error, for a situation that I overlooked.
    The runtime should not occur and a warning message will be displayed in the report.

    The error occurred because items in the 'Priority List' didn't match Items in Sheet 'Data'.

    Changed VM to Voicemail

    wsReport.Cells(iReportRow, "F") = "VM"
    wsReport.Cells(iReportRow, "L") = "VM"
    Public Const sCategoryPriorityList = "AD,WP,AT,VM"
    There is a 4th change that is needed.
    The 'VM' values in Sheet Data Column 'D' (Category) have to be changed to 'Voicemail'.

    See the attached file which should fix the problem. Sorry for the inconvenience.

    Lewis
    Attached Files Attached Files

  9. #9
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Quote Originally Posted by LJMetzger View Post
    Hi Spi,

    Thank you for catching a very serious software error, for a situation that I overlooked.
    The runtime should not occur and a warning message will be displayed in the report.

    The error occurred because items in the 'Priority List' didn't match Items in Sheet 'Data'.



    There is a 4th change that is needed.
    The 'VM' values in Sheet Data Column 'D' (Category) have to be changed to 'Voicemail'.

    See the attached file which should fix the problem. Sorry for the inconvenience.

    Lewis
    Dear Lewis,

    Thanks a lot for this, but am still not able to run it successfully. I'm sure its to do with my limited experience.

    I've changed the labels as per my original coding coming from the system in all the 4 places, and also replaced the words Negative and Positive with my original coding. However, on running the script the following occurs:

    DATA INTEGRITY ERROR - BAD 'Priority List' or BAD Data in Sheet 'DATA' Column 'D' (Category).

    I've attached the software with the changes I've incorporated for your easy reference. Could you please take a look and advise where am going wrong.

    Thank you for your patience, understanding and help!

    To summarize: I changed the following in the script:

    Positive = GT
    Negative = BT
    Priority 1: AD = Agent Delay
    Priority 2: WP = Wrong Person
    Priority 3: AT = Admin Transfer
    Priority 4: VM = Voicemail



    Best regards,
    Spi

  10. #10
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Spi,

    Try the new attached file. I think I fixed the problems.

    A few little things that were my fault caused us a lot of grief:
    a. Input columns C and D were switched in Sheet 'Data', and not all the code associated with the columns was changed.

    b. Case Statements for "FOUND" and "NOT FOUND" were changed to 'Mixed Case' (e.g. "Found"). They had to be changed back to 'Upper Case'. When the data is read in, the code processes the data as 'Case Insensitive' by having a LOCAL copy in UPPER CASE. This is a common technique to avoid problem when the use uses lower case or mixed case for data in the Spreadsheet.

    c. In Function 'GetIndexForThisCategory()', the test for the Category name did NOT test as UPPER CASE when it should have.

    In addition, you probably violated one of the primary rules of programming that I follow, when you made changes. You changed a lot of things at once, and when there were problems, you didn't know where to look.
    Even so, I was impressed by the changes you made. You did a good job. It wasn't your fault that there were hidden built in unanticipated side effects waiting for us.

    First make frequent backup copies of the file. It may seem like it takes more time, but the best way for me to make changes is to make the changes incrementally. When I have a version that works, I save it, and then make the next change. If something fails, then at least I know what change caused the failure, and I have a better clue as to where to start looking.

    Lewis
    Attached Files Attached Files

  11. #11
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Quote Originally Posted by LJMetzger View Post
    Hi Spi,

    Try the new attached file. I think I fixed the problems.

    Lewis
    You are a gem! Thanks for such a detailed explanation. My bad for not realizing that I may end up violating some rules!

    I am playing with the data to see if this works as we (you and I) have been anticipating it to. I encountered the “DATA INTEGRITY ERROR - BAD 'Priority List' or BAD Data in Sheet 'DATA' Column 'D' (Category)” error in my tests again today. I’m not sure why this may be happening. Could you please take a look at the attached and advise.

    I’m sorry for the to-and-fro, but I really want to test it as thoroughly as I can.

    Thank you for all the time and effort you are putting in for me. I’m obliged.

    Regards,
    Spi

  12. #12
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    I’m sorry for the to-and-fro, but I really want to test it as thoroughly as I can.
    There is no need to apologize. You did an excellent job testing, and found another unwanted feature in my mode. I never anticipated a case where there would be NO NEGATIVES to reduce. The code generated an error where there never should have been an error.

    Software is only as good as the test protocols used to verify the software.

    Great job Spi. Try the attached file.

    Lewis
    Attached Files Attached Files

  13. #13
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Quote Originally Posted by LJMetzger View Post
    There is no need to apologize. You did an excellent job testing, and found another unwanted feature in my mode. I never anticipated a case where there would be NO NEGATIVES to reduce. The code generated an error where there never should have been an error.

    Software is only as good as the test protocols used to verify the software.

    Great job Spi. Try the attached file.

    Lewis
    Thanks much Lewis.

    I'm running the tests now, and will keep you posted on the progress. That said, I can't thank you enough for your help. I'm blessed to have come across a person like you. A true gem!

    - I have 2 requests, which we can obviously look into (if you agree) once I've completed testing.

    1). How difficult would it be to move the "BT and Not Found Analysis" tables to a different tab? It will immensely help as my data is huge and will avoid any unwarranted issues.
    2). Would it be possible to add columns to give the 60% and 70% results as it is currently doing for 80% in Report tab Row 2; i.e. from column I to L?

    Thanks,

    Spi

  14. #14
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Lewis,

    I’ve been running the tests all night, and have the following observations on the software. Could you please take a look.

    The code is not counting all the entries. To cite few examples:

    User “A . P46” (font highlighted in red), the total GT count is 256 in the “Data” tab, but in the “Report” tab the count getting updated in column B (Cell B4) is only 2. The same thing is happening in case of BT, the original count should be 17, but it is getting updated as 1 only in the “Report” tab (Ref: Cell C4).
    User “A Ano29”, the original GT count is 31 in the “Data” tab, but it is only counting it as 8 (Ref: Cell B5). The BT count is 2 in “Data” tab, but it is only counting it as 1 (Ref: Cell C5) in the report tab, which is also affecting the conversions from BT to GT in the Data tab (Column E). In this case, 80% of 2 BTs = 1.6 so both the BTs (Row 15 and Row 16 Cell) should be converted into GTs, but that’s not happening; i.e. only one is getting updated
    User “A Dar43”, the original GT count per Data tab should be 233, Cell B3 of “Report “ tab shows it as 7. BT count in this case should be 15, the “Report” tab shows it as 1 (Ref: Cell C3).
    Apart from these I’m still facing “DATA INTEGRITY ERROR - BAD 'Priority List' or BAD Data in Sheet 'DATA' Column 'D' (Category).” Errors. Please see Row 687 as an example, and there are few more.

    It looks like all of the above is impacting the conversions. I’ve attached the sheet with data. The 3 examples stated above have been isolated in Red font for easy reference.

    Please let me know if you have an questions or in case I’ve confused things in anyway.

    Best,
    Spi

  15. #15
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Spi,

    It will probably take a few days, but I'm working on the items in your 2 most recent posts. I will put a priority on fixing the errors.

    Lewis

  16. #16
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Quote Originally Posted by LJMetzger View Post
    Hi Spi,

    It will probably take a few days, but I'm working on the items in your 2 most recent posts. I will put a priority on fixing the errors.

    Lewis
    Dear Lewis,

    Please take your time. I can't ask for more

    You've been extremely helpful and paitent with me. Thanks a bunch!

    Regards,
    Spi

  17. #17
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Spi,

    I apologize for the delay but it was unavoidable. See the attached file which contains:
    a. Your completed enhancement requests.
    b. Correction of the 'Count Errors'. The error has been around since the first version, but only manifests itself when all the items in a single category are not contiguous (i.e. together).
    c. Addition of code to help diagnose REAL errors caused by 'BAD CATEGORIES' in the 'Not Found' Column.

    Lewis

  18. #18
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Quote Originally Posted by LJMetzger View Post
    Hi Spi,

    I apologize for the delay but it was unavoidable. See the attached file which contains:
    a. Your completed enhancement requests.
    b. Correction of the 'Count Errors'. The error has been around since the first version, but only manifests itself when all the items in a single category are not contiguous (i.e. together).
    c. Addition of code to help diagnose REAL errors caused by 'BAD CATEGORIES' in the 'Not Found' Column.

    Lewis
    No need to apologies Lewis. Thanks a billion for this. I'll run my tests and comeback to close the thread / seek any further assistance (if required). Please give me 2-3 days.

    Thanks again

    Best,
    Spi

  19. #19
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Criteria based Addition and Subtraction - VBA Request

    Quote Originally Posted by LJMetzger View Post
    Hi Spi,

    I apologize for the delay but it was unavoidable. See the attached file which contains:
    a. Your completed enhancement requests.
    b. Correction of the 'Count Errors'. The error has been around since the first version, but only manifests itself when all the items in a single category are not contiguous (i.e. together).
    c. Addition of code to help diagnose REAL errors caused by 'BAD CATEGORIES' in the 'Not Found' Column.

    Lewis

    Dear Lewis,

    Your solution is magical. I apologies for the delay, but had been testing it thoroughly. All my tests have come out good. Thanks for your efforts. You truly are a genius

    Thanks a billion. You've made my life simple!

    Regards,
    Spi

  20. #20
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Criteria based Addition and Subtraction - VBA Request

    Hi Spi,

    It took a while, but we finally got what you wanted. I'm only too happy to help.

    There is no need to apologize. Writing the code is the easy part. Testing thoroughly is the hard part. Excellent job.

    Lewis

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sum numbers based on a category of a category
    By mattjac in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2012, 11:08 PM
  2. Auto substract by comparing the category
    By expert40 in forum Excel General
    Replies: 2
    Last Post: 02-12-2012, 06:54 AM
  3. Allocation Based on Date
    By Ada01 in forum Excel General
    Replies: 1
    Last Post: 10-16-2010, 02:19 PM
  4. substract two time logs based on a string
    By CptLimaBean in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-11-2008, 11:23 AM
  5. How do I substract numbers in range like this: Substract(a1..a10)
    By Paulo in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 11-17-2005, 12:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1