gs-vlookup

Using ARRAYFORMULA and INDIRECT to iterate rows and return as a block

荒凉一梦 提交于 2019-12-03 03:49:21
Sheet1 has columns A to D where A contains a unique record key. On Sheet2 I want to rearrange the data, against my own sort order. Colum A contains my own custom ordered record keys. What I have done upto now on Sheet2 is; I'm calculating the record positions in Column B as =ARRAYFORMULA(MATCH(A1:A100,Sheet!A:A,0)) And I have been trying to use ARRAYFORMULA INDIRECT to get the data in one go. I can get a single row correctly using =ARRAYFORMULA(INDIRECT(("Sheet1!B"&B1&":D"&B1))) What I want is something like below, but it still returns the first row ONLY. =ARRAYFORMULA(INDIRECT(("Sheet1!B"&B1

VLOOKUP multiple times from one row/cell

笑着哭i 提交于 2019-12-02 19:08:31
问题 I am trying to create a sign-up sheet using Google Forms for parents to fill out. Parents have the ability to sign up multiple children in one form. For it to be easier to read I have organized the entries using: =sort(unique({A2:B999;C2:D999})) Now I want to pull the emergency contact information from the submission but for some reason my VLOOKUP can only pull it up for the first child. Here is the simplified response sheet: [goo.gl/soE1PG] 回答1: Pass the lookup off to a second VLOOKUP

VLOOKUP multiple times from one row/cell

。_饼干妹妹 提交于 2019-12-02 09:59:38
I am trying to create a sign-up sheet using Google Forms for parents to fill out. Parents have the ability to sign up multiple children in one form. For it to be easier to read I have organized the entries using: =sort(unique({A2:B999;C2:D999})) Now I want to pull the emergency contact information from the submission but for some reason my VLOOKUP can only pull it up for the first child. Here is the simplified response sheet: [goo.gl/soE1PG] Pass the lookup off to a second VLOOKUP function with IFERROR function if the first fails. In I5 as, =IFERROR(VLOOKUP(G5, A:E, 5, FALSE), VLOOKUP(G5, C:E,

Search a value from another tab/sheet in google sheets based on cell reference

余生长醉 提交于 2019-11-27 08:30:39
问题 I'm trying to create a search page in google sheets where the user enters a value in one cell(s) and then other cells auto-populate with values from another tab/sheet based on the value entered in the search cell(s). I'm trying to use VLOOKUP up in an array but it gives either error or N/A . I have 'sheet1' with data from a google forms (columns from A to BN) and I'm trying to make a search page in 'Sheet2' where on top the user can write for example the ID-number, and I want to grab the