+ Reply to Thread
Results 1 to 3 of 3

if value not present, point to next item

Hybrid View

  1. #1
    Guest
    Join Date
    03-25-2012
    Location
    spain
    MS-Off Ver
    Excel 2010
    Posts
    6

    if value not present, point to next item

    I am making a BF% chart using excel. I have a height and weight chart, if they exceed it, there is a circuference value to match with person's height. BF% is based on if value is present, then point to value according the tables associated with height and circuference value. Four table are present, two for male, two for female. I am using 2010 at home, 2003 at work where we use it to upload to online prgram that tracks all data inputted.

    [code]

    =IF(AND(I6>=60,I6<=69.5,H6="M"),INDEX('M 60-69.5'!B4:U25, MATCH((L6-K6),'M 60-69.5'!A4:A25,0),MATCH('FEB 2012 MOC BCA'!I6,'M 60-69.5'!B3:U3,0)),IF(AND(I6>=70,I6<=79.5,H6="M"),INDEX('M 70-79.5'!B4:U28, MATCH((L6-K6),'M 70-79.5'!A4:A28,0),MATCH('FEB 2012 MOC BCA'!I6,'M 70-79.5'!B3:U3,0)),""))

    for male on M6

    [code]

    =IF(AND(I7>=58,I7<=67.5,H7="F"),INDEX('F 58-67.5'!B4:U40, MATCH(L7-K7,'F 58-67.5'!A4:A40,0),MATCH(IFERROR('FEB 2012 MOC BCA'!I7,""),'F 58-67.5'!B3:U3,0)),IF(AND(I7>=68,I7<=77.5,H7="F"),INDEX('F 68-77.5'!B4:U41, MATCH((L7-K7),'F 68-77.5'!A4:A41,0),MATCH('FEB 2012 MOC BCA'!I7,'F 68-77.5'!B3:U3,0)),""))

    for female on m7.

    It shows #NA. I dont think I'm point to the correct value when there is no value there. I have attached the workbok.



    AGE GENDER HT WT NK ABS/WAIST BF%
    22 M 69 189 17 35 20
    M 69 154
    23 M 73 210 16.5 35 15
    29 M 72 196
    19 M 65.0 199 16 36 22
    22 F 63 144 16 38 #N/A
    Last edited by fathead7466; 03-25-2012 at 02:45 PM. Reason: adding workbook

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,943

    Re: if value not present, point to next item

    In order to wrap your code you need a [/code] tag after each code block: you are missing two of them. Place one after each "))"

    Also, there is no workbook attached.
    Ben Van Johnson

  3. #3
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: if value not present, point to next item

    You still haven't added a workbook

+ 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