+ Reply to Thread
Results 1 to 3 of 3

Compressing formula

  1. #1
    Registered User
    Join Date
    01-31-2018
    Location
    stockholm
    MS-Off Ver
    2013
    Posts
    2

    Lightbulb Compressing formula

    hello!

    I currently have a formula that works for my needs, however it is quite "Dirty" and i wonder if its possible to compress. Why? since others are going to be working in the same work book i dont want someone accidentally or wrongfully adjusting the formula, it would become a nightmare to try and find.

    What i want it to do is make individual test down a specifik column of my tabell (E.g. B1 then B2 then B3) and add a value if true, add 0 if false.

    My formula is as follows: =IF($D$3="ARP";N$3;0)+IF($D$4="ARP";N$4;0)+IF($D$5="ARP";N$5;0)+....

    As you can tell it will become quite messy and laboursome to manage when you get a few hundred rows.
    So in short compressing a formula to do individual tests down a tabel, is there a way of doing this without macros?

    //Roin
    Last edited by Roinsharp; 01-31-2018 at 05:36 AM.

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Compressing formula

    =sumif(d3:d5,"ARP",n3:n5)

    or in your case
    =sumif(d3:d5; "ARP"; n3:n5)

  3. #3
    Registered User
    Join Date
    01-31-2018
    Location
    stockholm
    MS-Off Ver
    2013
    Posts
    2

    Re: Compressing formula

    Thank you! You are the hero i need but dont deserve!

+ 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. Compressing an If(OR) Formula
    By AdamMitchell in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-29-2017, 05:44 PM
  2. Need help shortening /compressing excel sumifs formula please
    By 68BIRD in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-11-2017, 10:16 PM
  3. Compressing columns
    By ExcelJWS in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-23-2016, 01:10 PM
  4. Compressing Images
    By benkingery in forum Excel General
    Replies: 1
    Last Post: 08-25-2010, 10:50 PM
  5. Compressing data into one row.
    By kevinfw in forum Excel General
    Replies: 5
    Last Post: 04-14-2010, 05:20 PM
  6. Compressing List
    By MaddHatta in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-28-2008, 03:39 PM
  7. compressing folders
    By Chris in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-17-2006, 05:00 PM

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