+ Reply to Thread
Results 1 to 2 of 2

Formula Guidance

Hybrid View

  1. #1
    Falcon
    Guest

    Formula Guidance

    I have a quick question... I mostly need you to point me in the right
    direction, then I'll take it from there. I have a formula that is calculated
    by using two numbers. One of the numbers changes every week. I don't want
    to go in and edit my formula each week for like 50 cells, I'd rather just
    make the formula automatically use the new number for the calculation.

    Basically, imagine a goal of 55 sales in a1 (the constant number), and each
    week I'll put in how many sales were achieved. At the end of the row, I'll
    have a percentage calculating how close was actually achieved based on the
    initial goal. I just need to know how to make that percentage cell
    automatically read the new week as the new variable.

    Is there a way to do this?

  2. #2
    Bob Phillips
    Guest

    Re: Formula Guidance

    If the week amount gets added onto a column, use something like

    =INDEX(A:A,MATCH(9.99999999999999E307,A:A))

    to get the last value in column A

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Falcon" <Falcon@discussions.microsoft.com> wrote in message
    news:C3A29EEE-CBFF-4645-9938-A5F71F280C00@microsoft.com...
    > I have a quick question... I mostly need you to point me in the right
    > direction, then I'll take it from there. I have a formula that is

    calculated
    > by using two numbers. One of the numbers changes every week. I don't

    want
    > to go in and edit my formula each week for like 50 cells, I'd rather just
    > make the formula automatically use the new number for the calculation.
    >
    > Basically, imagine a goal of 55 sales in a1 (the constant number), and

    each
    > week I'll put in how many sales were achieved. At the end of the row,

    I'll
    > have a percentage calculating how close was actually achieved based on the
    > initial goal. I just need to know how to make that percentage cell
    > automatically read the new week as the new variable.
    >
    > Is there a way to do this?




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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