+ Reply to Thread
Results 1 to 2 of 2

IF statement for a range

  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    IF statement for a range

    Starting in O138 I would like a statement that says IF there is a value in the range R111:AQ111 then return it to O138 and if not then return -5% to O138. I would liketo be able to drag this formula down to O148.
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: IF statement for a range

    Hi Rhudgins, try:

    =IF(COUNT(R111:AQ111)>0,LOOKUP(9.999E+307,R111:AQ111),-0.05)

    Format the cell as Percent.

+ 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