+ Reply to Thread
Results 1 to 2 of 2

Removing data from columns in tabs without disrupting formulas (currently displaying #N/A)

  1. #1
    Registered User
    Join Date
    06-16-2015
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    8

    Exclamation Removing data from columns in tabs without disrupting formulas (currently displaying #N/A)

    Hi Guru’s,

    I need some assistance with my spreadsheet. It’s been created, however I need to have a blank document for future use.
    Column C follows the key/legend on the right. When you input one of the 4 codes, it automatically updates column E with the cost of the service.
    The tabs below (highlighted in green), have had data in them, however, when I remove the data from column C, impacts both columns E & F and displays as “#N/A”. This impacts the dashboard on the FY Totals tab.
    Could someone please help me ?
    For convenience, I’ve included the spreadsheet.
    Thanks,

    QM.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    02-04-2014
    Location
    NSW, Australia
    MS-Off Ver
    Excel 2010
    Posts
    136

    Re: Removing data from columns in tabs without disrupting formulas (currently displaying #

    I would try:

    Lets look at Sep Tab:

    Cell E6 formula is =VLOOKUP(C6,$H$6:$K$9,4,0)
    Change to =IFERROR(VLOOKUP(C6,$H$6:$K$9,4,0),"")

    You will also need to change:

    Cell F6 formula is =E6*D6
    Change to =IFERROR((E6*D6),"")

    Drag formulas down and good luck

+ 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. Add series to middle of data range without disrupting chart format
    By tourvulture in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 03-12-2014, 08:38 PM
  2. Workbook formulas - Data to tabs
    By Bravo33 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-13-2013, 01:39 PM
  3. [SOLVED] Displaying data from different columns in listbox
    By pezalmendra in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-17-2012, 05:47 PM
  4. Replies: 5
    Last Post: 09-17-2007, 11:16 AM
  5. Pasting data without removing formulas
    By rayteach in forum Excel General
    Replies: 5
    Last Post: 05-26-2005, 08:05 PM

Tags for this Thread

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