Need to do complex lookups and referencing of data across differently sized samples in Google Sheets












0















So, some background: I have a Google Sheets document with several sheets of information.



Two sheets hold data that needs to be checked against one another.



Sheet A is a list of contact data (and many other columns of classifying data that is irrelevant to this process, but makes it difficult to do all of this with a single sheet).



Sheet B is a shorter list of names (all of whom are on Sheet A), a date and a dollar amount for each.



When data is entered into B, we enter either the street address or email they provide us at the time as a way of ensuring that two people with the same name do not get mis-matched. If an email is provided, we try to use that.



I need to create a third sheet (C) for easily displaying the data from B with the contact information of the corresponding names stored in A.



While this may not seem complex, I have been running into a lot of issues making this work.





example:



Sheet A: Contact data



Name | Street Address | City | Prov | Postal | Email |



John Smith | 123 Smith Lane | Smithtown | ON | x0x 0x0 | [blank] |



Jane Doe | [blank] | [blank] | [blank] | [blank] | Doe@doecorp.co |



Tim Philips | 111 Philips Crt | Phillipston | ON | z2z 2z2 | [blank] |



Joe Test | [blank] | [blank] | [blank] | [blank] | Joe@testorg.ca |





Sheet B: Donations



Name | Street Address | Email | Date received | Amount (2018)



John Smith | [blank] | smith@smithorg.org | 20/NOV/2018 | $175 |



Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |





Sheet C: output for mail merging (Filter-sorted by email addresses)



Name | Address | Email | Date received | Amount (2018) |



Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |



John Smith | 23 Smith Lane Smithtown, ON x0x 0x0 | [blank] | 20/NOV/2018 | $175 |





Ideally, the individual mailing address fields from A would be pulled and combined into a single cell in the end result. (we use the others to sort and filter our data










share|improve this question





























    0















    So, some background: I have a Google Sheets document with several sheets of information.



    Two sheets hold data that needs to be checked against one another.



    Sheet A is a list of contact data (and many other columns of classifying data that is irrelevant to this process, but makes it difficult to do all of this with a single sheet).



    Sheet B is a shorter list of names (all of whom are on Sheet A), a date and a dollar amount for each.



    When data is entered into B, we enter either the street address or email they provide us at the time as a way of ensuring that two people with the same name do not get mis-matched. If an email is provided, we try to use that.



    I need to create a third sheet (C) for easily displaying the data from B with the contact information of the corresponding names stored in A.



    While this may not seem complex, I have been running into a lot of issues making this work.





    example:



    Sheet A: Contact data



    Name | Street Address | City | Prov | Postal | Email |



    John Smith | 123 Smith Lane | Smithtown | ON | x0x 0x0 | [blank] |



    Jane Doe | [blank] | [blank] | [blank] | [blank] | Doe@doecorp.co |



    Tim Philips | 111 Philips Crt | Phillipston | ON | z2z 2z2 | [blank] |



    Joe Test | [blank] | [blank] | [blank] | [blank] | Joe@testorg.ca |





    Sheet B: Donations



    Name | Street Address | Email | Date received | Amount (2018)



    John Smith | [blank] | smith@smithorg.org | 20/NOV/2018 | $175 |



    Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |





    Sheet C: output for mail merging (Filter-sorted by email addresses)



    Name | Address | Email | Date received | Amount (2018) |



    Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |



    John Smith | 23 Smith Lane Smithtown, ON x0x 0x0 | [blank] | 20/NOV/2018 | $175 |





    Ideally, the individual mailing address fields from A would be pulled and combined into a single cell in the end result. (we use the others to sort and filter our data










    share|improve this question



























      0












      0








      0


      1






      So, some background: I have a Google Sheets document with several sheets of information.



      Two sheets hold data that needs to be checked against one another.



      Sheet A is a list of contact data (and many other columns of classifying data that is irrelevant to this process, but makes it difficult to do all of this with a single sheet).



      Sheet B is a shorter list of names (all of whom are on Sheet A), a date and a dollar amount for each.



      When data is entered into B, we enter either the street address or email they provide us at the time as a way of ensuring that two people with the same name do not get mis-matched. If an email is provided, we try to use that.



      I need to create a third sheet (C) for easily displaying the data from B with the contact information of the corresponding names stored in A.



      While this may not seem complex, I have been running into a lot of issues making this work.





      example:



      Sheet A: Contact data



      Name | Street Address | City | Prov | Postal | Email |



      John Smith | 123 Smith Lane | Smithtown | ON | x0x 0x0 | [blank] |



      Jane Doe | [blank] | [blank] | [blank] | [blank] | Doe@doecorp.co |



      Tim Philips | 111 Philips Crt | Phillipston | ON | z2z 2z2 | [blank] |



      Joe Test | [blank] | [blank] | [blank] | [blank] | Joe@testorg.ca |





      Sheet B: Donations



      Name | Street Address | Email | Date received | Amount (2018)



      John Smith | [blank] | smith@smithorg.org | 20/NOV/2018 | $175 |



      Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |





      Sheet C: output for mail merging (Filter-sorted by email addresses)



      Name | Address | Email | Date received | Amount (2018) |



      Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |



      John Smith | 23 Smith Lane Smithtown, ON x0x 0x0 | [blank] | 20/NOV/2018 | $175 |





      Ideally, the individual mailing address fields from A would be pulled and combined into a single cell in the end result. (we use the others to sort and filter our data










      share|improve this question
















      So, some background: I have a Google Sheets document with several sheets of information.



      Two sheets hold data that needs to be checked against one another.



      Sheet A is a list of contact data (and many other columns of classifying data that is irrelevant to this process, but makes it difficult to do all of this with a single sheet).



      Sheet B is a shorter list of names (all of whom are on Sheet A), a date and a dollar amount for each.



      When data is entered into B, we enter either the street address or email they provide us at the time as a way of ensuring that two people with the same name do not get mis-matched. If an email is provided, we try to use that.



      I need to create a third sheet (C) for easily displaying the data from B with the contact information of the corresponding names stored in A.



      While this may not seem complex, I have been running into a lot of issues making this work.





      example:



      Sheet A: Contact data



      Name | Street Address | City | Prov | Postal | Email |



      John Smith | 123 Smith Lane | Smithtown | ON | x0x 0x0 | [blank] |



      Jane Doe | [blank] | [blank] | [blank] | [blank] | Doe@doecorp.co |



      Tim Philips | 111 Philips Crt | Phillipston | ON | z2z 2z2 | [blank] |



      Joe Test | [blank] | [blank] | [blank] | [blank] | Joe@testorg.ca |





      Sheet B: Donations



      Name | Street Address | Email | Date received | Amount (2018)



      John Smith | [blank] | smith@smithorg.org | 20/NOV/2018 | $175 |



      Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |





      Sheet C: output for mail merging (Filter-sorted by email addresses)



      Name | Address | Email | Date received | Amount (2018) |



      Joe Test | [blank] | joe@testorg.ca | 15/OCT/2018 | $200 |



      John Smith | 23 Smith Lane Smithtown, ON x0x 0x0 | [blank] | 20/NOV/2018 | $175 |





      Ideally, the individual mailing address fields from A would be pulled and combined into a single cell in the end result. (we use the others to sort and filter our data







      google-sheets






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 20 '18 at 21:28









      Tim Williams

      88k97087




      88k97087










      asked Nov 20 '18 at 20:52









      Galilee CentreGalilee Centre

      31




      31
























          1 Answer
          1






          active

          oldest

          votes


















          0














          This should put you on the right track, click on the link for the whole spreadsheet.
          enter image description hereenter image description hereenter image description here






          share|improve this answer
























          • Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

            – Galilee Centre
            Nov 21 '18 at 19:24











          • Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

            – Galilee Centre
            Nov 21 '18 at 20:03











          • The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

            – Galilee Centre
            Nov 21 '18 at 20:24













          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53401341%2fneed-to-do-complex-lookups-and-referencing-of-data-across-differently-sized-samp%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          This should put you on the right track, click on the link for the whole spreadsheet.
          enter image description hereenter image description hereenter image description here






          share|improve this answer
























          • Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

            – Galilee Centre
            Nov 21 '18 at 19:24











          • Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

            – Galilee Centre
            Nov 21 '18 at 20:03











          • The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

            – Galilee Centre
            Nov 21 '18 at 20:24


















          0














          This should put you on the right track, click on the link for the whole spreadsheet.
          enter image description hereenter image description hereenter image description here






          share|improve this answer
























          • Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

            – Galilee Centre
            Nov 21 '18 at 19:24











          • Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

            – Galilee Centre
            Nov 21 '18 at 20:03











          • The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

            – Galilee Centre
            Nov 21 '18 at 20:24
















          0












          0








          0







          This should put you on the right track, click on the link for the whole spreadsheet.
          enter image description hereenter image description hereenter image description here






          share|improve this answer













          This should put you on the right track, click on the link for the whole spreadsheet.
          enter image description hereenter image description hereenter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 20 '18 at 21:47









          Michal RosaMichal Rosa

          1,3221814




          1,3221814













          • Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

            – Galilee Centre
            Nov 21 '18 at 19:24











          • Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

            – Galilee Centre
            Nov 21 '18 at 20:03











          • The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

            – Galilee Centre
            Nov 21 '18 at 20:24





















          • Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

            – Galilee Centre
            Nov 21 '18 at 19:24











          • Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

            – Galilee Centre
            Nov 21 '18 at 20:03











          • The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

            – Galilee Centre
            Nov 21 '18 at 20:24



















          Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

          – Galilee Centre
          Nov 21 '18 at 19:24





          Thank you so much for the quick reply. This is exactly what we are looking to do. (although it shows up with N/A on those fields it does not find a match for)

          – Galilee Centre
          Nov 21 '18 at 19:24













          Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

          – Galilee Centre
          Nov 21 '18 at 20:03





          Update: If any donation is logged using a mailing address, it will only ever show the street address in Merge. If the street address is removed from the Donations sheet, the full address appears in Merge

          – Galilee Centre
          Nov 21 '18 at 20:03













          The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

          – Galilee Centre
          Nov 21 '18 at 20:24







          The columns are different because of the difference in our test and actual sheets. but this modification to the address column of Merge fixed the issue code =if(Donations!B2<>"", Donations!B2, index(Database!$C$2:$C$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$D$2:$D$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$E$2:$E$50,MATCH(A2,Database!$B$2:$B$50,0))&" "& index(Database!$F$2:$F$50,MATCH(A2,Database!$B$2:$B$50,0))) code EDIT: No it did not. But those without either street or email will use the name and get the corresponding address

          – Galilee Centre
          Nov 21 '18 at 20:24






















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53401341%2fneed-to-do-complex-lookups-and-referencing-of-data-across-differently-sized-samp%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          鏡平學校

          ꓛꓣだゔៀៅຸ໢ທຮ໕໒ ,ໂ'໥໓າ໼ឨឲ៵៭ៈゎゔit''䖳𥁄卿' ☨₤₨こゎもょの;ꜹꟚꞖꞵꟅꞛေၦေɯ,ɨɡ𛃵𛁹ޝ޳ޠ޾,ޤޒޯ޾𫝒𫠁သ𛅤チョ'サノބޘދ𛁐ᶿᶇᶀᶋᶠ㨑㽹⻮ꧬ꧹؍۩وَؠ㇕㇃㇪ ㇦㇋㇋ṜẰᵡᴠ 軌ᵕ搜۳ٰޗޮ޷ސޯ𫖾𫅀ल, ꙭ꙰ꚅꙁꚊꞻꝔ꟠Ꝭㄤﺟޱސꧨꧼ꧴ꧯꧽ꧲ꧯ'⽹⽭⾁⿞⼳⽋២៩ញណើꩯꩤ꩸ꩮᶻᶺᶧᶂ𫳲𫪭𬸄𫵰𬖩𬫣𬊉ၲ𛅬㕦䬺𫝌𫝼,,𫟖𫞽ហៅ஫㆔ాఆఅꙒꚞꙍ,Ꙟ꙱エ ,ポテ,フࢰࢯ𫟠𫞶 𫝤𫟠ﺕﹱﻜﻣ𪵕𪭸𪻆𪾩𫔷ġ,ŧآꞪ꟥,ꞔꝻ♚☹⛵𛀌ꬷꭞȄƁƪƬșƦǙǗdžƝǯǧⱦⱰꓕꓢႋ神 ဴ၀க௭எ௫ឫោ ' េㇷㇴㇼ神ㇸㇲㇽㇴㇼㇻㇸ'ㇸㇿㇸㇹㇰㆣꓚꓤ₡₧ ㄨㄟ㄂ㄖㄎ໗ツڒذ₶।ऩछएोञयूटक़कयँृी,冬'𛅢𛅥ㇱㇵㇶ𥄥𦒽𠣧𠊓𧢖𥞘𩔋цѰㄠſtʯʭɿʆʗʍʩɷɛ,əʏダヵㄐㄘR{gỚṖḺờṠṫảḙḭᴮᵏᴘᵀᵷᵕᴜᴏᵾq﮲ﲿﴽﭙ軌ﰬﶚﶧ﫲Ҝжюїкӈㇴffצּ﬘﭅﬈軌'ffistfflſtffतभफɳɰʊɲʎ𛁱𛁖𛁮𛀉 𛂯𛀞నఋŀŲ 𫟲𫠖𫞺ຆຆ ໹້໕໗ๆทԊꧢꧠ꧰ꓱ⿝⼑ŎḬẃẖỐẅ ,ờỰỈỗﮊDžȩꭏꭎꬻ꭮ꬿꭖꭥꭅ㇭神 ⾈ꓵꓑ⺄㄄ㄪㄙㄅㄇstA۵䞽ॶ𫞑𫝄㇉㇇゜軌𩜛𩳠Jﻺ‚Üမ႕ႌႊၐၸဓၞၞၡ៸wyvtᶎᶪᶹစဎ꣡꣰꣢꣤ٗ؋لㇳㇾㇻㇱ㆐㆔,,㆟Ⱶヤマފ޼ޝަݿݞݠݷݐ',ݘ,ݪݙݵ𬝉𬜁𫝨𫞘くせぉて¼óû×ó£…𛅑הㄙくԗԀ5606神45,神796'𪤻𫞧ꓐ㄁ㄘɥɺꓵꓲ3''7034׉ⱦⱠˆ“𫝋ȍ,ꩲ軌꩷ꩶꩧꩫఞ۔فڱێظペサ神ナᴦᵑ47 9238їﻂ䐊䔉㠸﬎ffiﬣ,לּᴷᴦᵛᵽ,ᴨᵤ ᵸᵥᴗᵈꚏꚉꚟ⻆rtǟƴ𬎎

          Why https connections are so slow when debugging (stepping over) in Java?