+ Reply to Thread
Results 1 to 3 of 3

array formula for google sheets

  1. #1
    Registered User
    Join Date
    07-14-2019
    Location
    Manila, Philippines
    MS-Off Ver
    2013
    Posts
    3

    array formula for google sheets

    hi, i use the formula below for the values to appear on cell g2. how do i make it into an array formula? thanks!

    =IF(AND(ISBLANK(D2),ISBLANK(E2),ISBLANK(F2)),C2,IF(AND(ISBLANK(E2),ISBLANK(F2),ISBLANK(C2)),D2,IF(AND(ISBLANK(F2),ISBLANK(C2),ISBLANK(D2)),E2,IF(AND(ISBLANK(C2),ISBLANK(D2),ISBLANK(E2)),F2))))

    Capture.JPG
    Last edited by cyrano3790; 06-12-2021 at 10:54 PM.

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: array formula for google sheets

    Try this:

    =INDEX(C2:F2,MATCH("?*",C2:F2,0))

  3. #3
    Registered User
    Join Date
    07-14-2019
    Location
    Manila, Philippines
    MS-Off Ver
    2013
    Posts
    3

    Re: array formula for google sheets

    Quote Originally Posted by Phuocam View Post
    Try this:

    =INDEX(C2:F2,MATCH("?*",C2:F2,0))
    thanks. how would i make this into an array formula?

+ 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. Google Sheets Array Query
    By AncestryGuy in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 03-26-2021, 06:24 AM
  2. Google Sheets: OFFSET with array parameters
    By XOR LX in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 04-22-2020, 12:47 PM
  3. Array Formula - Google Sheets -> Excel converter
    By dathgr in forum Excel General
    Replies: 4
    Last Post: 12-19-2018, 06:30 AM
  4. How do I convert an INDEX SMALL array formula for use in Google Sheets?
    By sharadmaxwell in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 7
    Last Post: 07-25-2018, 08:40 AM
  5. Array formula not working in Google Sheets
    By nappy1001 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 04-20-2018, 12:14 PM
  6. Google Sheets Array and importrange help
    By ckserra in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 01-04-2018, 01:59 PM
  7. Google Sheets Array Formula Structure
    By redline24 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2015, 04:00 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