• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need help with trend arrow, current month to previous month

Kulraj Singh

New Member
This is the data I have I want to use up and down arrows to indicate trend from previous month to current month. Sample data is attached.
 

Attachments

  • sample.xlsx
    10.9 KB · Views: 7
O3: =IFERROR(IF(OFFSET($A3,,COUNTIF($B$17:$N$17,">0"))>OFFSET($A3,,COUNTIF($B$17:$N$17,">0")-1),"↑","↓"),"")
Copy down

This uses the data in the Total row to determine the last Month with data and hence the previous month
 
Hi ,

Another option , which is available only if you have Excel 2010 or later versions , is to use Sparklines.

See the attached file.

Narayan
 

Attachments

  • sample.xlsx
    11.4 KB · Views: 7
Back
Top