+ Reply to Thread
Results 1 to 8 of 8

Using IF Function reporting on two Cells and not quite happening!! HELP...

  1. #1
    Registered User
    Join Date
    10-19-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Using IF Function reporting on two Cells and not quite happening!! HELP...

    Hi,

    Any help is appreciated. I've attached images below.

    What I trying to achieve is;
    If the QUOTE COLUMN is empty I wish the variance column to return a message ENTER/REQ. QUOTE The formula I’m using for this is =IF(K43=0,"ENTER/REQ. QUOTE",(M43/K43)-1)

    However if I enter a value into the quote column and the ACTUAL COLUMN remains empty I get a weird % figure. However I would like this column to report a message or 0%.

    In summary I wish for the formulas to evaluate both the QUOTE and ACTUAL columns and report 0 or possibly a message.

    Any help is greatly appreciated.

    Many thanks.
    Attached Images Attached Images

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    Try this.....

    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    12-06-2012
    Location
    mumbai
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    please attach a excel sheet...

  4. #4
    Registered User
    Join Date
    08-21-2013
    Location
    Bangalore
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    Hi Amigo,

    If I consider your "summary" you can use this formula

    =IF(AND(A2="",B2=""),"ENTER/REQ, QUOTE", "0") (which write either 0 or a message, but the calculation "(M43/K43)-1" will not work)

    -Nanju

  5. #5
    Registered User
    Join Date
    10-19-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    Thanks sktneer,

    Is it possible though to report a different message for each cell that has a value of 0 i.e if a value is entered into the quote column (k) and the actual column (m) remains at 0 a different message is displayed?

  6. #6
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    Try this....

    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    10-19-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    Fantastic sktneer, spot on.

  8. #8
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Using IF Function reporting on two Cells and not quite happening!! HELP...

    Glad to know. Please mark this thread as solved. Moreover if you are satisfied with the solution provided, you may also click on * (star) to Add Reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Checking two cells and reporting which cell value was used?
    By CHL29 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-22-2013, 07:23 AM
  2. reporting values using IF function; nested arrays
    By rippa in forum Excel General
    Replies: 7
    Last Post: 03-07-2011, 04:50 AM
  3. Decile Reporting function or formula
    By zacksba in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-18-2006, 01:54 AM
  4. Reporting with Database function
    By tabediako in forum Excel General
    Replies: 1
    Last Post: 08-03-2006, 12:45 PM
  5. [SOLVED] Reporting of Empty Cells
    By Dennis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-02-2005, 07:06 AM

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