+ Reply to Thread
Results 1 to 5 of 5

Zapier Platform: Lookup between sheets

  1. #1
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Zapier Platform: Lookup between sheets

    I am trying to figure out something with Zapier. Basically I will be pulling an email address from a database with zapier. Zapier allows you to apply a formula to a cell. I need to see if the email is listed in another sheet. The issue is I need the formula to be row specific. Example: I would normally use Vlookup with the designated cell "B4" and copy it down the column. But in zapier i needs a specific formula because it only applies the formula in the net empty row. So I need it to call the row number it is in instead of B4 if that makes sense?

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Zapier Platform: Lookup between sheets

    I know nothing about Zapier, so I don't know how much I can help with that. I think I understand your formula question. If I understand what you are saying, the solution might be similar to the VBA solution -- use R1C1 notation to write the formula. In VBA programming, the advantage to using R1C1 notation is that the formula text for a copied formula will not change. =VLOOKUP(RC2,lookup_table,2,0) will always refer to column B of the current row no matter what row (or column) the formula is entered into. If your Zapier programming language has the ability to write R1C1 formulas to Excel, that might be a workable solution.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Re: Zapier Platform: Lookup between sheets

    Thank you! That sounds like it is exactly what I am looking for. Just zero experience with it. If you can help me out it would be greatly appreciated. Formula will be placed in Column E. Column B has a header "Emails" and the list of emails will appear here. I need to see if the email listed in Column B of that row the formula is applied to exist in another sheet called "Customers". On sheet "Customers" the email column is J.

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Zapier Platform: Lookup between sheets

    I'm not sure what you need help with. As noted, I cannot help with whatever programming language Zapier is using.

    If your question is mostly about how to use R1C1 references, then this should be a useful read https://support.office.com/en-us/art...3-c311f47ca173 (see the "R1C1 reference style" under "using references in Excel formulas"). If you have a nice a named reference for you lookup table, then something like I showed in my previous post should be the formula =VLOOKUP(RC2,named_reference,2,FALSE) (assuming the desired return value is in the 2nd column of the lookup table).

    What part of writing this formula into the spreadsheet do you need help with?

  5. #5
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Re: Zapier Platform: Lookup between sheets

    That you for the explanation. I was able to solve it.

+ 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. Introducing New Platform
    By Sgopineni in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 06-26-2019, 07:57 AM
  2. xlsm file that is saved on Windows 7 platform crashes when opened on Windows XP platform
    By abunchofsmiles in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-25-2012, 11:58 PM
  3. Programming a trading platform
    By jfoote in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2009, 08:54 PM
  4. Formating lost when opened on new platform
    By blizzard0c in forum Excel General
    Replies: 2
    Last Post: 07-08-2008, 01:35 AM
  5. Cross platform issue
    By redcow in forum Excel General
    Replies: 1
    Last Post: 11-10-2006, 12:10 PM
  6. Maintaining Maximum Platform Compatibility
    By Bob the Kart Racing fool in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-04-2006, 05:55 PM
  7. Cross platform worksheet issues
    By Wallace, William in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-21-2005, 01:05 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