+ Reply to Thread
Results 1 to 10 of 10

Sum of unusual data range

  1. #1
    Registered User
    Join Date
    08-04-2019
    Location
    India
    MS-Off Ver
    2019
    Posts
    63

    Sum of unusual data range

    Hello,

    I have a file in which A/c numbers and name and Incentive is given.
    I want Sum of D2+D3+D4 (i.e Incentive)in Cell E2 or Cell E4 so this will be total Incentive received to Account number -1949651100000019 OR RAMESHWAR BABASAHEB PANDIT

    Please assist .

    Kapil
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Sum of unusual data range

    can't open the file. can you try to upload it again?
    1. Click on the * Add Reputation if you think this helped you
    2. Mark your thread as SOLVED when question is resolved

    Modytrane

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,069

    Re: Sum of unusual data range

    Remove the merged cells, then put this in E2 & copy down
    =IF(COUNTIF(B$2:B2,B2)=COUNTIF(B:B,B2),SUMIF(B:B,B2,D:D),"")

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Sum of unusual data range

    Try this
    Unmerge Cells in Column E

    Now, Enter formula cell E2 and copy down

    =IF(A2<>A3,SUM(D$2:D2)-SUM(E$1:E1),"")
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Registered User
    Join Date
    08-04-2019
    Location
    India
    MS-Off Ver
    2019
    Posts
    63

    Re: Sum of unusual data range

    Thank You.
    It is showing exact result.

    Kapil

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,069

    Re: Sum of unusual data range

    You're welcome & thanks for the feedback

  7. #7
    Registered User
    Join Date
    08-04-2019
    Location
    India
    MS-Off Ver
    2019
    Posts
    63

    Re: Sum of unusual data range

    Dear AlKey and Fluff13,

    Thank you for your assistance

    Is there any by which we can make all similar account numbers or Name with separate colour or any type of marking where similar account numbers or Name are easily visible.

    Thank You

  8. #8
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,069

    Re: Sum of unusual data range

    Select A2:E546 & in conditional formatting > New rule > Use a formula
    =ISEVEN(COUNTIF($E$1:$E1,">0"))
    Select the format you want, then repeat the same steps & use
    =ISODD(COUNTIF($E$1:$E1,">0"))

  9. #9
    Registered User
    Join Date
    08-04-2019
    Location
    India
    MS-Off Ver
    2019
    Posts
    63

    Re: Sum of unusual data range

    Thank You.
    Its working.

    Kapil

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,069

    Re: Sum of unusual data range

    My pleasure & thanks for the Rep

+ 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. [SOLVED] Copy dynamic range (Unusual File Name Format)
    By hecgroups in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-03-2018, 04:17 AM
  2. [SOLVED] Help with creating two charts from unusual data layout
    By fizzy in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-17-2017, 09:31 AM
  3. Linking Data from Source files in unusual formats
    By amartin11 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-17-2015, 01:35 PM
  4. Replies: 6
    Last Post: 04-07-2011, 04:26 AM
  5. Find & replace in unusual data
    By deWinters in forum Excel General
    Replies: 2
    Last Post: 06-14-2010, 05:21 PM
  6. Drawing a graph from a large volume of unusual data
    By mems555 in forum Excel General
    Replies: 6
    Last Post: 02-01-2006, 02:20 PM
  7. [SOLVED] Unusual data format
    By Salty in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-03-2005, 08:45 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