+ Reply to Thread
Results 1 to 4 of 4

Question about checking your work

  1. #1
    Forum Contributor
    Join Date
    05-29-2013
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    143

    Question about checking your work

    Hey everyone!

    So I have this file with some 80K+ cells, most of which have advanced formulas in them to retrieve data and calculate ratings. My question is this, how do most of you check your work (formulas, filepaths, etc.) to make sure everything is correct. I'm attempting to take a sample of one row, but one row contains 100 columns! I've noticed that sometimes my columns forumulas will get all messed up (VLOOKUP(B2,A3:Z:45,3,false - will turn into - VLOOKUP(B34,A3:Z45,3,false). Any tips would be great!


    Thanks!

  2. #2
    Forum Contributor noboffinme's Avatar
    Join Date
    08-29-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2003/7/10/13/16/19
    Posts
    1,071

    Re: Question about checking your work

    Hi Blackhawks,

    Good question!!

    As far as Excel, to make it easier to follow what's right & what's not, I do the following to speed up a manual check - because there's no autocheck for a report you create yourself.
    • Shade the cells that contain formulas
    • Protect Cells containing Formulas to avoid unwanted changes
    Remember you are unique, like everyone else

  3. #3
    Registered User
    Join Date
    01-31-2006
    Location
    Sydney
    Posts
    19

    Re: Question about checking your work

    Usually I will have an audit worksheet which checks on other worksheets.
    Usually it based on errors I have made in the past.
    eg forget to update the month will have a "smart" which looks at Max(values in column A on worksheet B). If equal to current month then "blank cell" else "Error"
    or cell values in cells A1:A40 should be between 100 & 1000 else "Error".
    regards Mick
    Why do they leave out the "B" on some "Garage Sale" signs

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Question about checking your work

    I presume this was a typo?
    VLOOKUP(B2,A3:Z:45,3,false
    I would write that formula as...
    =VLOOKUP(B2,$A$3:$Z$45,3,0) The $ absolute the range so it doesnt change when copied.

    Apart from that, the only reason B2 would change to B34 (apart from manually typing that in) is if you copy the formula down, or insert rows above B2
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] [Question] Checking a range of cells if they contains a specific letter
    By MyOnion in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-18-2013, 01:01 AM
  2. IFTHEN Statement - checking if a number is larger by a certain % - noob question
    By wallstreetballa in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-06-2013, 02:22 AM
  3. Using a group of data and checking a condition question
    By sourbeer in forum Excel General
    Replies: 1
    Last Post: 12-21-2011, 02:14 PM
  4. checking percentage for work done to date
    By stevekirk in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-04-2010, 05:31 AM
  5. Replies: 5
    Last Post: 02-25-2010, 12:43 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