+ Reply to Thread
Results 1 to 3 of 3

What is this type of formula called?

  1. #1
    Registered User
    Join Date
    06-17-2020
    Location
    London, England
    MS-Off Ver
    Pro 2016
    Posts
    57

    What is this type of formula called?

    Hi,

    Attached is an order tracker I inherited from a small stockroom I've been tasked with running. I understand most of the processes on the document such as freeze panes and the referencing another sheet.

    On row C33 onwards there is a huge formula. I understand what it is doing (absolute reference to column B multiped by column C and added together. Is this called in array? If it is what is the specific Excel term as you would not want to manually enter that.

    I want to increase the order tracking to cover around 500 items of stock. How do I increase this formula string quickly? Also if I want to add a row is it as simple as inserting a row on each tab?

    Ideally I'd add a couple of columns to the freeze panes for Stock section and SKU code. Any other tips greatfully received.

    How do I award points for helpful answers as I, just click add reputation?

    Thanks very much.
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,719

    Re: What is this called?

    That long formula is just a formula. There is no special name for it. However, it can be simplified from this

    =SUM($B$9*C9)+($B$10*C10)+($B$11*C11)+($B$12*C12)+($B$13*C13)+($B$14*C14)+($B$15*C15)+($B$16*C16)+($B$17*C17)+($B$18*C18)+($B$19*C19)+($B$20*C20)+($B$23*C23)+($B$21*C21)+($B$22*C22)+($B$24*C24)+($B$25*C25)+($B$26*C26)+($B$27*C27)+($B$28*C28)+($B$29*C29)+($B$30*C30)+($B$31*C31)

    to this

    =SUMPRODUCT($B$9:$B$31,C9:C31)

    The other questions will require a little more analysis.

    If a member helped you solve your problem, consider adding to their reputation by clicking on the star icon addreputationiconsmall.jpg below their name. This will award reputation points, which have no material value but are a great source of pride.

  3. #3
    Registered User
    Join Date
    06-17-2020
    Location
    London, England
    MS-Off Ver
    Pro 2016
    Posts
    57

    Re: What is this type of formula called?

    Great so if I had around 500 items I could just put something like =SUMPRODUCT($B$9:$B$500,C9:C500)

    I'll give it a go.

    Who has the highest reputation?

+ 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] Inputbox Type:=0 does not return the correct formula when user type the formula
    By dluhut in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-05-2019, 10:13 AM
  2. [SOLVED] Need help with custom formula that can be called from within a sub
    By Grilleman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2019, 07:06 AM
  3. [SOLVED] Formula that can be called in any worksheet
    By pp57 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-12-2017, 12:34 PM
  4. Macro not working when called by IF formula
    By millerjj22 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 05-01-2017, 03:31 PM
  5. Replies: 3
    Last Post: 02-02-2013, 11:34 AM
  6. I believe it would be called a rolling formula????
    By Cat Foster in forum Excel General
    Replies: 2
    Last Post: 05-23-2006, 05:55 PM
  7. Replies: 5
    Last Post: 09-22-2005, 09:05 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