+ Reply to Thread
Results 1 to 4 of 4

Assistance with an IF/OR Formula with multiple Arrays

  1. #1
    Registered User
    Join Date
    10-01-2019
    Location
    Bangkok Thailand
    MS-Off Ver
    2010
    Posts
    12

    Assistance with an IF/OR Formula with multiple Arrays

    Hi All,

    I would like some Assistance with (possibly an IF/OR formula..?)

    From my sample data, in cell M2, I will like to return a True "YES" / False "NO" value if cell L2 is >=1 AND any of the cells B2:K2 is >=1
    Hoping my explanation suffices.

    Thank You in advance.
    Alex
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,753

    Re: Assistance with an IF/OR Formula with multiple Arrays

    try
    =IF(AND(L2>=1,SUM(B2:K2)>=1),"YES","NO")
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    10-01-2019
    Location
    Bangkok Thailand
    MS-Off Ver
    2010
    Posts
    12

    Re: Assistance with an IF/OR Formula with multiple Arrays

    Great, Thank You!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,753

    Re: Assistance with an IF/OR Formula with multiple Arrays

    you are welcome

+ 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. [SOLVED] Need assistance w/multiple cell formula
    By Kathleen4 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-10-2020, 12:54 PM
  2. [SOLVED] Multiple Criteria formula assistance
    By Stuepef in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-29-2017, 10:58 AM
  3. [SOLVED] Assistance needed with arrays
    By doctorcpu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-02-2016, 10:25 AM
  4. [SOLVED] Request: Assistance with arrays
    By seangun in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-27-2016, 01:25 PM
  5. storing multiple value in a single cell (through arrays or without arrays)?
    By mak51061 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 12-25-2014, 09:27 PM
  6. Finding relevant salary using Arrays - Partial VBA code written/ Need Assistance
    By UMBiii in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-15-2014, 02:26 PM
  7. Declaring multiple multi-dimensional arrays (jagged arrays) - compile error?
    By dfribush in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-20-2013, 05:06 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