+ Reply to Thread
Results 1 to 3 of 3

If forumula Question

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2021
    Posts
    974

    If forumula Question

    If I want to assign a "zero" or 0 value to a blank or rather empty cell, but other values if certain variable data is placed in this same cell, how can I construct my formula? I've attempted the following with negative results... any help would be greatly appreciated!

    =ISBLANK(E22,0,IF(E22<=$E$31,1,IF(E22<=$E$30,2,IF(E22<=$E$29,3,IF(E22<$E$28,3,IF(E22>=$E$27,5,IF(E22<$E$27,4)))))))

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,523
    does if(isblank(
    work??

    or how about
    =if(e22="",0,if(

  3. #3
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2021
    Posts
    974

    It worked thanks!

    Thanks for the help!!!

+ 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