+ Reply to Thread
Results 1 to 20 of 20

Auto Select Cell Value

Hybrid View

  1. #1
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372
    Hi,

    if A1 and A2 contain formulas, testing with ISBLANK() will only work if the formula returns a blank or empty string (""). If the formula returns a number, and the number is zero, ISBLANK() will not work, so you need to change the condition in your IF statement. Something like

    =IF(A2=0,A1,A2)

    should work

    cheers

    Teylyn

  2. #2
    Registered User
    Join Date
    08-28-2008
    Location
    Tulsa
    Posts
    41

    not working

    That does not seem to work if A1 is blank

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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