Results 1 to 9 of 9

Multiple IF THEN statements in one cell

Threaded View

  1. #1
    Registered User
    Join Date
    02-13-2013
    Location
    san diego, ca
    MS-Off Ver
    Excel 2001 for Mac
    Posts
    8

    Multiple IF THEN statements in one cell

    Hello Everyone! I am new to the forum hoping you can help me with an issue that has been pestering me all day today.

    I have 3 columns and 1,000's of rows each cell contains a value of 0 to 500

    Column B = value b
    Column C = value c
    Column D = % change between x and y

    I need to make a few rules for Column D as to not end of with a #DIV/0! error but I'm not sure how to write the formula. I need to tell Excel to tweak value b or value c if either equals 0 in order to not run into the dreaded #DIV/0!. So far I have a great IF statement that covers column b but I cant figure out the IF statement for column c

    Rule 1 is an IF statement in regards to the value of b and looks like this =IF(B3>0,(C3-B3)/B3,(C3-(C3-0.1)/(C3*99))). This works perfectly and I avoid the #DIV/O! error
    Rule 2 needs to be the same statement, Anyway suggestions?
    Last edited by faist001; 02-13-2013 at 02:29 AM.

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