+ Reply to Thread
Results 1 to 5 of 5

How to Mark a Cell with a specified Number of interval

  1. #1
    Registered User
    Join Date
    08-15-2012
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    14

    How to Mark a Cell with a specified Number of interval

    I need to mark the years set from the interval to show when the next maintenance will be. Is this possible without using a macro? please advise

    see attached U2 16 years plan.xls.xlsx

    highlighted are the column for the set intervals and the reflective year for the next inspection
    Last edited by kretos88; 11-05-2013 at 02:43 PM.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to Mark a Cell with a specified Number of interval

    You can do this pretty quickly with formulas alone.

    Copy this into K2:

    =IFERROR(IF(MOD(K$1-($J2-$I2),$I2)=0,"X",""),"")

    And then drag down and right as needed.

    year plan for kretos.xlsx
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    08-15-2012
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: How to Mark a Cell with a specified Number of interval

    thanks buddy, that was some quick help. Now I'll just have to figure out the inspection due reflecting the X marks.

    Quote Originally Posted by daffodil11 View Post
    You can do this pretty quickly with formulas alone.

    Copy this into K2:

    =IFERROR(IF(MOD(K$1-($J2-$I2),$I2)=0,"X",""),"")

    And then drag down and right as needed.

    Attachment 275907

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to Mark a Cell with a specified Number of interval

    If you have a pricing table by Equipment name or something, I could have it input the prices instead of X's if you prefer.


  5. #5
    Registered User
    Join Date
    08-15-2012
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: How to Mark a Cell with a specified Number of interval

    All good. just need to mark down which year the units will be maintained. thanks for the offer though

+ 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. Formula to mark cell to input number into it
    By PaStan in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2013, 05:02 PM
  2. [SOLVED] count the number of events in an interval
    By invictus in forum Excel General
    Replies: 4
    Last Post: 06-11-2012, 06:17 PM
  3. How to count number of people per time interval
    By chinkygirl in forum Excel General
    Replies: 1
    Last Post: 02-11-2012, 01:33 PM
  4. Calculate interval and mark it in another column
    By psych216 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-20-2011, 03:36 AM
  5. [SOLVED] Calculate a number based on an interval
    By Vitalie Ciobanu in forum Excel General
    Replies: 4
    Last Post: 03-19-2006, 04: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