Closed Thread
Results 1 to 2 of 2

If Statement in Access - Need Help Understanding

  1. #1
    Registered User
    Join Date
    07-05-2014
    Location
    Orlando, FL
    MS-Off Ver
    2010
    Posts
    31

    If Statement in Access - Need Help Understanding

    Hello All,

    I am new to Access, below are statments used in Access at my job. Can you please help me understand the formulas to the following two numerators and denominators? (where [Fico] is the credit score of sales made)

    Example 1
    Avg Fico Numerator LT600: Sum(IIf([fico] Between 1 And 599,[fico]))
    Avg Fico Denominator LT600: Sum(IIf([fico] Between 1 And 599,1,0))

    Example 2
    Avg Fico Numerator: FICO
    Avg Fico Denominator: Sum(IIf(Not IsNull(tbl_detail.FICO),1,0))

    I appreciate your help very much!

    Hendrix -

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: If Statement in Access - Need Help Understanding

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Understanding logical_test entry in IF statement
    By AndyL446 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-11-2013, 10:30 PM
  2. [SOLVED] Help understanding Variables in an IF/VLOOKUP statement
    By FurRelKT in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-28-2006, 11:50 AM
  3. Understanding macro statement
    By HWMI in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-11-2006, 03:15 PM
  4. [SOLVED] Help understanding truely strange error involving access query and filling cells
    By puff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-01-2006, 04:40 PM
  5. Excel 2003 not understanding Access 2003 "like"
    By Martin in forum Excel General
    Replies: 0
    Last Post: 11-04-2005, 08:20 AM

Tags for this Thread

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