+ Reply to Thread
Results 1 to 19 of 19

need help with IF in excel 2016

Hybrid View

  1. #1
    Registered User
    Join Date
    06-11-2017
    Location
    Richburg, SC
    MS-Off Ver
    O365 HOME
    Posts
    8

    Re: need help with IF in excel 2016

    its still not working... cell is always blank even with

    =IFERROR(1/(1/INDIRECT(LEFT(NAME,FIND(" ",NAME)-1)&"_Gas_Saturday_Initial")),"")

    I even tried making a cell with FIRSTNAME_LASTNAME set up a defined name of DEFINED_NAME and change formula

    =IFERROR(1/(1/INDIRECT(LEFT(DEFINED_NAME(" ",DEFINED_NAME)-1)&"_GAS_SATURDAY_INITIAL")),"")

    still blank
    Attached Images Attached Images
    Last edited by techmaster29729; 06-13-2017 at 11:16 PM.

  2. #2
    Registered User
    Join Date
    06-11-2017
    Location
    Richburg, SC
    MS-Off Ver
    O365 HOME
    Posts
    8

    Re: need help with IF in excel 2016

    how do i just keep it simple... like

    if name = "John Doe" do ISBLANKelse if name = "Jane Doe" do ISBLANK else if name = "Jean Doe" do ISBLANK

    =IF(NAME="John Doe",IF(ISBLANK(JOHN_GAS_SATURDAY_INITIAL),"",JOHN_GAS_SATURDAY_INITIAL),)
    IF(NAME="Jane Doe",IF(ISBLANK(JANE_GAS_SATURDAY_INITIAL),"",JANE_GAS_SATURDAY_INITIAL),)
    IF(NAME="Jean Doe",IF(ISBLANK(JEAN_GAS_SATURDAY_INITIAL),"",JEAN_GAS_SATURDAY_INITIAL),)

    tried this and it doesn't work results in #VALUE error!

  3. #3
    Registered User
    Join Date
    06-11-2017
    Location
    Richburg, SC
    MS-Off Ver
    O365 HOME
    Posts
    8

    Re: need help with IF in excel 2016

    well, i think I finally figured it out!

    =IFS(
    NAME="John Doe",IF(ISBLANK(JOHN_GAS_SATURDAY_INITIAL),"",JOHN_GAS_SATURDAY_INITIAL),
    NAME="Jane Doe",IF(ISBLANK(JANE_GAS_SATURDAY_INITIAL),"",JANE_GAS_SATURDAY_INITIAL),
    NAME="Jean Doe",IF(ISBLANK(JEAN_GAS_SATURDAY_INITIAL),"",JEAN_GAS_SATURDAY_INITIAL))

+ 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. Replies: 23
    Last Post: 01-03-2022, 10:45 AM
  2. VBA surrounding embedding Google Maps in Excel not working in excel 2016
    By Dtrix in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-09-2016, 07:04 PM
  3. [SOLVED] VBA and Excel 2016
    By Saturn in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-06-2016, 12:35 PM
  4. Replies: 2
    Last Post: 05-24-2016, 10:43 PM
  5. Had custom toolbar in older Excel for Mac, seeking similar functionality in Excel 2016
    By ianpage in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 05-13-2016, 11:06 AM
  6. Excel 2016 & beyond!
    By jewelsharma in forum The Water Cooler
    Replies: 6
    Last Post: 01-10-2016, 05:53 AM
  7. Replies: 23
    Last Post: 12-29-2015, 05:02 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