+ Reply to Thread
Results 1 to 2 of 2

Getting table to show only a particular lenghth

Hybrid View

  1. #1
    Registered User
    Join Date
    03-05-2014
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    1

    Getting table to show only a particular lenghth

    I am creating a table for a depreciation schedule. I am having the user enter the year the asset was purchased and the expected useful life (in years) into the input box and I want the output table to show only the amount of years useful years the assets has. Every year after that should not be shown on the table.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,864

    Re: Getting table to show only a particular lenghth

    use formula with if

    =if(year_probably_derived_from_ROW()_function>usefull_life_cell_absolute_address$$, "", actual_formula_for_value_after_depreciation)
    Best Regards,

    Kaper

+ 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. table to show Non Zero
    By vjharry in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-15-2013, 09:37 AM
  2. Replies: 8
    Last Post: 04-04-2013, 05:13 PM
  3. [SOLVED] How to show a sum of conditional cells from table A in a separate Table?
    By jjin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-27-2012, 09:52 AM
  4. Pivot Table Show All
    By icu222much in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-15-2010, 11:57 AM
  5. Pivot table show all
    By Barry Au in forum Excel General
    Replies: 0
    Last Post: 05-30-2007, 02:54 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