+ Reply to Thread
Results 1 to 9 of 9

If Then Formula

Hybrid View

  1. #1
    Registered User
    Join Date
    11-06-2008
    Location
    Syracuse, NY
    Posts
    29
    Still not getting this formula to work. Does it matter that I have formulas in Column C as opposed to the Centers name typed in?

    Attached is the sheet I actually use, with the formulas I had in place before you started helping me.

    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Your column F in NOVDATA had an extra space in front of the VEAM entries... please clean them all.

    The #N/A is causing an issue to...

    You can get rid of them.. or if you want to keep them change the formulas in A3 and B3 of VEAM sheet to:

    =IF(ROWS($B$1:$B1)>COUNTIF(NOVData!$C$2:$C$5000,$B$1),"",INDEX(NOVData!$B$2:$B$12,SMALL(IF(ISTEXT(NOVData!$C$2:$C$12),IF(NOVData!$C$2:$C$12=$B$1,ROW(NOVData!$B$2:$B$12)-6-ROW(NOVData!$B$2)+1)),ROWS($B$1:$B1))))
    and

    =IF(ROWS($B$1:$B1)>COUNTIF(NOVData!$C$2:$C$5000,$B$1),"",INDEX(NOVData!$B$2:$B$12,SMALL(IF(ISTEXT(NOVData!$C$2:$C$12),IF(NOVData!$C$2:$C$12=$B$1,ROW(NOVData!$B$2:$B$12)-3-ROW(NOVData!$B$2)+1)),ROWS($B$1:$B1))))
    both confirmed with CSE and copied down
    Attached Files Attached Files
    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
    11-06-2008
    Location
    Syracuse, NY
    Posts
    29

    Thumbs up

    THANK YOU THANK YOU THANK YOU!

    Finally got it to work.

    Again, Thank you for your patience and 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