+ Reply to Thread
Results 1 to 3 of 3

IF formula combination

  1. #1
    Registered User
    Join Date
    07-20-2009
    Location
    Portugal
    MS-Off Ver
    Excel 2007
    Posts
    16

    IF formula combination

    Hi,

    I would like your help with a formula in Excel 2007.

    I have to calculate the following: PREV = VND * NSF * GROWTH

    But there can more than one choice for the values:

    - VND: analysis of the month value; if this is empty then analysis the average; if the average is blank then returns “No data”
    - NSF: analysis of the month value; if this is empty then analysis the average; if the average is blank then the value is 1
    - GROWTH: analysis of the month value; if this is empty then analysis the average; if the average is blank then the value is 1

    You can find in the excel file attached the formulas that are possible to exist.

    Thanks in advance for your help.
    Attached Files Attached Files
    Last edited by lfhomet; 11-24-2009 at 08:11 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: IF formula

    Does this work?

    =IF(A3="",IF(B3="",0,B3),A3)*IF(C3="",IF(D3="",1,D3),C3)*IF(E3="",IF(F3="",1,F3),E3)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-20-2009
    Location
    Portugal
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: IF formula combination

    Thank you very much for your help!

+ 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