+ Reply to Thread
Results 1 to 14 of 14

Trying to have the cells in a table represent 365 days and have them pull data from a prev

  1. #1
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Trying to have the cells in a table represent 365 days and have them pull data from a prev

    I work with people with special needs. We as a mandate have to keep information tracked on behaviors, goals, and medication use. I have a basic workbook set up that I created from the excel online survey option. My hope is to have one place where all the data can be compiled so that we only have one place to look.

    Currently I am having some issues getting some of the other sheets in the workbook to populate with data from previous cells. I have a sheet that has 4 individual pages, each having 1 - 4 tables on them. I need these tables to represent 365 days of the year. I then need these individual tables to pull from a previous sheet, search for a certain date, match it with the cell that represents that date, and if another column in that row has a certain value (yes/no) then i need it to input the data in a 3rd column (initials) into the table that is on the page with 3 other tables beside it.

    This is simply done with if(and with a lot of typing and forumula placement. However, there are 3 other tables that pull similar data, but get information from different columns. It would still look for the date first, then in that column find the yes/no (which is a different column than the previous) and if yes it will put in the initials. Of course if answer is no then it will leave it blank.

    Is there any way I could get help on this? this may be something that would be better in say a google hangout or teamviewer where I can share my screen with you and you can see exactly what I'm talking about.

    Thanks in advance

    Chris
    Last edited by crobertstsl; 06-10-2014 at 12:12 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Hard problem to describe

    Hi and welcome to the forum. Unfortunately your post does not comply with Rule 1 of our Forum RULES. [B] Your post title should accurately and concisely describe your problem.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Re:

    This is a non descriptive form of the workbook that i'm working with.

    as you can see i've used a couple types of formulas. I however couldn't get vlookup to work with the type of table and data structure that I have.
    Attached Files Attached Files

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re:

    Hi,

    It's by no means clear which sheets/cells you are referring to. You need to accurately describe where your data is, and where you expect to see your results. In the results area you should manually add some typical calculated answers and explain in a note how you arrived at the result.

    In other words we need to see a before and after situation.

  5. #5
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Re:

    Sorry I thought I had uploaded the one where I put notes on it.

    Here is the one with notes added (actually merged cells and typed cause comments are hard to see for me)
    Attached Files Attached Files

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re:

    Why does your note say that the 6 values in R3:R13 on BDS are correctly filled when there are
    a) only two records on the Survey sheet, and
    b) neither of those two records are dated March which is what column R represents?

  7. #7
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    That is just an example of what it should look like when filled in correctly, minus the highlight of course. That is where I am having issues, with getting information from the previous sheet to plug into this sheet without having to spend a lot of time typing out individual formulas for each table. Which then cause me to have to go into the sheet every day to make sure that it is lining up correctly.

  8. #8
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    Hi,

    It always helps if you can accurately show the results you expect rather than some arbitrary results.

    I've added formulae to the 2nd Table. I've also changed the dates to formulae in P3:AA3 and these use their source year from C1.
    P2 is also an important cell since it tells the formulae which column to use on the Survey.

    See attached
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    That looks exactly like what I need it to do. I'm curious, do I have to label each table with a number now? for example you have 2 labeled as 2 above it highlighted, and i'm assuming I have to do the same with 1 and 3 and 4 etc?

  10. #10
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    Hi

    Yes indeed. You'll see a reference to P1 in the current formula. In the third table you'll need to enter 3 in AC1 and then change the reference to AC in the 3rd table.

    You could I suppose simplify it by entering 2 in P1:AA1 and 3 in AC1:AN1 etc, and then just change the $P$1 in the formula to P$1 so that the column becomes relative. Then you can just copy the formula from table 2 to all the other tables without any further modification.

  11. #11
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    Hi,

    I'm also adding a second method if you are prepared to capture your data in a different layout - sheet Survey2. This uses a Pivot table which is much more flexible and obviously doesn't need any formulae.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    Ok I have tried several attempts at getting your code over into our original document. I can get it all to transfer except for the first page where you have written in cell E26
    Please Login or Register  to view this content.
    It keeps returning an N/A and keeps my bds sheet from filling out. Is there another calculation that you did somewhere else, or a different format of number maybe that would be preventing me from using this code? I'm going to upload my actual document, it still has no information on it yet but it will atleast let me get the help I need on copying over your formula to make it work.
    Attached Files Attached Files

  13. #13
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    Hi,

    Ignore the 2 in E26. I was just using that as a test. You can delete it.

    The only thing I did was convert your Survey1 data from being a Table to just being a standard range. The MATCH() function in the BDS formulae objected to the table labels for some reason and I didn't have time to fathom out why. I'm not in any case a big fan of the Table functionality since I just think it complicates the look of formulae which use it and unless there's some over-riding reason to have a table I don'g bother.

  14. #14
    Registered User
    Join Date
    06-10-2014
    Posts
    12

    Re: Trying to have the cells in a table represent 365 days and have them pull data from a

    Ty so much for your help.
    Is this an easy conversion? And will it effect the actual survey populating?

+ 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. Describe my problem? Where do I start....
    By Bulldog63 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-13-2012, 01:49 AM
  2. Hard to describe; Relocate data based on page #?
    By jvegastn in forum Excel General
    Replies: 1
    Last Post: 03-16-2009, 04:37 PM
  3. I'm not even sure how to describe this problem
    By EarlMachen in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 10-02-2008, 05:29 PM
  4. Replies: 0
    Last Post: 08-26-2007, 10:49 AM
  5. Help Please (Hard to describe in topic)
    By Brisben in forum Excel General
    Replies: 6
    Last Post: 10-09-2006, 06:57 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