+ Reply to Thread
Results 1 to 5 of 5

Formula with several conditions to apply

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2021
    Posts
    50

    Formula with several conditions to apply

    I have this formula that works fine, but now I'd like to add a condition. Unfortunately my suggestion doesn't work. Basically, a value should only be shown as long as there is no value in either cell R or S, so I'm assuming the formula below should be connected to an OR statement at the end, as all the other conditions below should continue to apply if cell R or S are empty:

    Please Login or Register  to view this content.

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Formula with several conditions to apply

    I don't see any reference to cells R(??) or S(??) ??
    Not sure exactly what it is you are looking for?
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    11-15-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2021
    Posts
    50

    Re: Formula with several conditions to apply

    Ah, but there is no reference to cell R or S (yet). That's the part I need help with

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Formula with several conditions to apply

    Okay...does this apply to the main(first) if statement where you have the "" ?

  5. #5
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Formula with several conditions to apply

    Try this
    replace the "" with

    IF(AND(R1="";S1="");'yourformula/data';"")

    If both R1 and S1 are empty, then your formula applies, otherwise, if either has a value, nothing shows up?

    Hope this helps

+ 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