Results 1 to 3 of 3

absolute reference... i think.

Threaded View

szpon90 absolute reference... i think. 12-09-2010, 10:44 PM
Paul Re: absolute reference... i... 12-09-2010, 11:01 PM
szpon90 Re: absolute reference... i... 12-09-2010, 11:31 PM
  1. #1
    Registered User
    Join Date
    12-09-2010
    Location
    Doncaster, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    absolute reference... i think.

    ok, excuse me if my technical language isn't too good, but i'm only a student. I have a spreadsheet with 3 worksheets. First is a questionnaire, users are filling it in. Second one is a results worksheet, where all data from questionnaires is stored. Data is being transferred there after user is finished filling in questionnaire and he/she presses the button that has recorded macro assigned to it. The macro takes whatever is in specific cells in worksheet 1, copy them, move to worksheet 2, move all records by a one row down, and with free space made by that action, it inputs the data from worksheet 1 into specific columns. all work so far. on worksheet 3 however i have few tables that analyses this data. i use SUM functions with multiple criteria. it all worked at the first time as i had my data already in place when i was working on worsheet 3. but when i insert new data all of my functions' range changes and it doesnt work anymore.

    examplar sum function:
    =SUM((Results!$C$9:$C$200="Year 8")*(Results!$D$9:$D$200="Male"))
    it changed to that when i insert new data:
    =SUM((Results!$C$11:$C$201="Year 8")*(Results!$D$11:$D$201="Male"))

    please request code for macro as it's too long to put in this post if it's not gonna be useful.
    thanks for your help. kk
    Last edited by szpon90; 12-09-2010 at 10:46 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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