+ Reply to Thread
Results 1 to 3 of 3

Most currenct total

  1. #1
    Registered User
    Join Date
    08-02-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Most currenct total

    Hello all. Thank you for all the help and assitance, I really appreciate it.

    My question is this. I have a set of data and need to display the most current % of loss.

    My data displayed in the picture.

    Column A: Has Current amount, where A2 is the begining amount, A3 is Jan amount, then A4 Feb Amount, and so on.

    Column B: Shows % loss. so for Jan % loss formula I use is A3/$A$2-1, and so on for the next month.

    I would like to be able to fill all the remaining rolls in Column B with the formula, but if column A is blank then it shows me -100%, how do I make it display only when there is data in column A.

    Also at the bottom of the table, I would like to show the most current % loss. For Instance, Begining amount was 200, Jan was 190, Feb was 180, Mar was 170 then no more data. How do I create a formula to display march loss since it was the most recent?

    Sorry guys, I cant figure out how to insert a table, please look at the image.

    Thank you all for help.Table.png

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Most currenct total

    I would like to be able to fill all the remaining rolls in Column B with the formula, but if column A is blank then it shows me -100%, how do I make it display only when there is data in column A.
    If(A1="","",your_formula)

    Also at the bottom of the table, I would like to show the most current % loss. For Instance, Begining amount was 200, Jan was 190, Feb was 180, Mar was 170 then no more data. How do I create a formula to display march loss since it was the most recent?
    =Choose(Month_no.,Jan result,feb result,Mrach result,......upto Dec result)
    or
    =Index(B:B,Month No.+2)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    08-02-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Most currenct total

    Thank you. First formula worked, still looking at the second One. Thank you very much.

+ 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