+ Reply to Thread
Results 1 to 2 of 2

If statement & validation rule

  1. #1
    Forum Contributor
    Join Date
    09-18-2007
    Posts
    116

    If statement & validation rule

    Is there a way B12 can have - in it if there is a X in I12:M12 or B12 can have a + in if there is a X in N12:X12

    I have set the validation rule so you can only have 1 X in I12:x12

    Please help

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

    Try this formula in B12:

    =IF(COUNTIF(I12:M12,"X")=1,"-",IF(COUNTIF(N12:X12,"X")=1,"+",""))

+ 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