+ Reply to Thread
Results 1 to 21 of 21

Assistance with 2 spreadsheets and a 3rd tally spreadsheet

  1. #1
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Hello,
    Hoping someone can assist me with an excel problem I have been trying to sort out for a few days now.
    Here is the scenario :

    I am trying to setup a spreadsheet that the accounts department here can use that has a paid subscription spreadsheet, and a full list of all customers.
    Essentially what I want to happen is a third workbook containing information that pulls the following from spreadsheet 1 and 2.

    We want it to display the full list of customers, if they have paid, and which items they have paid for.
    The first spreadsheet contains all the names of the customers, and the second contains who has paid.

    Ive been trying to use the MAtch and Vlookup function, but I cant seem to get anywhere .

    IE :

    Customer name Paid Item 1 Item 2 Item 3 Item 4

    John Dough No N/A N/A N/A N/A
    Jane Dough Yes Spoon Basketball Apple N/A

    We recieve a paid spreadsheet each week from our provider that shows up who has paid. We would like to just beable to replace the existing paid subscription spreadsheet with the updated ones we get from our provider.
    Hope this makes sense! Thanks very much!
    Last edited by PSCIT; 03-07-2022 at 08:20 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    04-24-2020
    Location
    Woodbridge, VA
    MS-Off Ver
    2016
    Posts
    434

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Hi - can you attach a sample of your file and exactly what you want to accomplish?

    Thanks

  3. #3
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Hi,
    Thanks for replying. Here are the samples.
    I want to converge these spreadsheets into 1 and have 3 workbooks.
    The first (sample1) is the paid customer data
    The second (sample2) is the customer data.

    I want a third workbook to appear that displays all the customers in the Sample 2 file

    I then want the third workbook to do a lookup on the paid spreadsheet and display any customers who have paid and what they have paid for (there will me some with multiple items)

    Customers who have not paid anything will just come up with an N/A.

    I have also attached the spreadsheet and how I would like it to look (without the links and lookups obviously)
    Attached Files Attached Files
    Last edited by PSCIT; 03-07-2022 at 09:12 PM.

  4. #4
    Valued Forum Contributor
    Join Date
    04-24-2020
    Location
    Woodbridge, VA
    MS-Off Ver
    2016
    Posts
    434

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Ok - i got it using VLOOKUP

    So in your how I would Like it to look file --- it will look to see if the customer has paid (Column B) and if it is Yes then it will lookup data in the sample 1 file (paid customer data) and get the appropriate item number in return.

    So in C2 you will see formula =IF(B2="Yes",VLOOKUP(A2,[Sample1.xlsx]Sheet2!$E$2:$H$37,2,FALSE),"")

    It will lookup the value of A2 in your "how i want it to look file" and look in your "sample 1" file in columns E(name) - H (Item 3) for that name. the 2 in the formula says once it finds it go to the 2nd column (in this case item 1).
    You will notice that in D2 the 2 becomes a 3, to look in 3rd column (Item 2), etc.

    Let me know if you have any questions.

    So you will just have to use the appropriate file names for your files (instead of sample 1). Nothing you need to so with the sample 2 file (customer data).
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Wow, Excellent thank you!!

    One small thing. I need to be able to populate Column B2 with a lookup from Sample 1. So if the customer is matched on that spreadsheet then under B2 it comes up with YES and displays the items paid for. If they are not matched with Sample 1, then it just displays N/A

  6. #6
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    In the 3rd workbook (how i want it to look), in cell A2:
    ='[Sample2 (2).xlsx]Sheet1'!$A$2:$A$7

    In cell B2, try:
    =IF(ISNUMBER(MATCH(A2#,'[Sample1 (1).xlsx]Sheet2'!$E:$E,0)),"Yes","N/A")

    In cell C2, try:
    =FILTER('[Sample1 (1).xlsx]Sheet2'!F:H,'[Sample1 (1).xlsx]Sheet2'!E:E=A2,"")
    Copy this formula down.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Hi guys,
    Sorry to ask again, I cant seem to get this going due to me changing the sample files from the original data and then trying to reconstuct them using the above formulas.
    I have now attached the pro forma for the 2 spreadsheets, and the front end I would like to use.
    FRONT END.xls is what will be presented to the staff members
    Sample1.xls contains the paid customers
    Sample2.xls contains ALL of our customers
    I would like the FRONT END to pull the Full Name (Cell G2 from Sample2.xls) and place it into Cell A2 filled down obviously), then match the paid data from Sample 1.xls.
    If a customer appears in the Sample1.xls spreadsheet it means they have paid. The corresponding items they have paid for need to be placed into the FRONT END spreadsheet (as displayed)
    I hope this makes sense!
    Last edited by PSCIT; 03-08-2022 at 11:11 PM.

  8. #8
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Nothing attached.

  9. #9
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    oops sorry! I need a break
    Thank you
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Hi guys
    Just wondering if anyone had luck with my request?
    Thanks in advance

  11. #11
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    In the 3rd workbook (how i want it to look), in cell A2:
    ='[Sample2.xlsx]Sheet1'!$G$2:$G$4

    In cell B2, try:
    =IF(ISNUMBER(MATCH(A2#,'[Sample1.xlsx]Sheet2'!$E:$E,0)),"Yes","No")


    In cell C2, try:
    =TRANSPOSE(FILTER('[Sample1.xlsx]Sheet1'!$F$610:$F$613,'[Sample1.xlsx]Sheet1'!$E$610:$E$613=A2,""))
    Copy this formula down.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    hmmm sorry guys, still no go

  13. #13
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    That doesn't tell us much. What makes it a "no go"? When I open the file I attached, it shows the correct answer. Could be the referencing of other workbooks that you need to alter to work.
    I've copied the other 2 workbooks onto sheets of the same workbook to see if it looks right to you. If so, then you just need to use the same formulas, just reference the whole workbook instead of just the sheet name.
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Sorry, Covid brain!
    Essentially I want to paste multiple records into Sample 1 that has the customer paid data (its about 700 rows). I then want to be able to paste the up to date information on Customers into Sample2.
    Then use Sheet 1 to see who has paid, who hasn't and what items they have paid for.
    It only seems to do it for 3 rows, does it have something to do with this formula? =TRANSPOSE(_xlfn._xlws.FILTER(Sample1!$F$610:$F$613,Sample1!$E$610:$E$613=A2,"")) *note the 610 and 613 cells or does it have something to do with the hidden colums? I can see they start on 610 on Sample 1
    I need to be able to fill down on Sheet 1 and have it pull all the results. When I fill down it just seems to replicate Colum 1
    JOHN DOUGH Yes How to Basketball How to Football How to Soccer
    JANE DOUGH Yes How to print #NAME? #NAME?
    JACK DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?
    JOHN DOUGH No #NAME? #NAME? #NAME?

  15. #15
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Are you sure the computer you're using this on has version 365? If you're getting the _xlfn., that means you don't have access to that formula. Try updating. 365 has access to TRANSPOSE AND FILTER so you should not be getting the _xlfn. Updating to the latest 365 should fix your problem. If it doesn't, please attach the file.

  16. #16
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Thank you, that worked! I can now match the columns with the paid customers
    Now I am getting spill errors and I think it has something to do with multiple matches on the spreadsheet because customers that have paid for one item work, but multiple matches do not

  17. #17
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Ignore that it works!!!! thank you SOOOOO MUCH!!!!!

  18. #18
    Valued Forum Contributor
    Join Date
    07-23-2013
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    988

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Spill errors are when it wants to give an array output but there are non-empty cells in the way. e.g. if you have one column for item then anything which returns more than one value will give you this error.

    However an obvious problem to me is what happens if you have multiple customers with the same name? This will cause errors as the formulae will return the first instance, so e.g. a new customer would look like they have paid even if they have not. Do you have a customer ID that you could use as a unique identifier?

  19. #19
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Thanks for the comment, I have checked and all cells seem to have the right information....

  20. #20
    Valued Forum Contributor
    Join Date
    07-23-2013
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    988

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    Presumably you don't have 2 customers with the same name yet then

  21. #21
    Registered User
    Join Date
    03-07-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 365
    Posts
    12

    Re: Assistance with 2 spreadsheets and a 3rd tally spreadsheet

    ahhh i see what you mean now.....thank you let me check!

+ 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. Need assistance with automating spreadsheet
    By RatedX in forum Excel General
    Replies: 8
    Last Post: 11-21-2020, 06:16 PM
  2. Replies: 1
    Last Post: 02-02-2017, 02:19 AM
  3. Formula on a spreadsheet
    By jeanettemjones216 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-19-2014, 02:17 PM
  4. Replies: 1
    Last Post: 02-06-2014, 08:12 PM
  5. How do I tally checked check boxes in an Excel spreadsheet?
    By acpharmd in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-19-2006, 04:40 PM
  6. [SOLVED] Does anyone have a Bid Tally Spreadsheet?
    By Sonny Vinberg in forum Excel General
    Replies: 0
    Last Post: 04-20-2006, 07:15 PM
  7. create tally sheet for positions- insert names and tally #
    By tally sheets in forum Excel General
    Replies: 0
    Last Post: 04-11-2006, 04:45 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