Results 1 to 6 of 6

Trying to create an IF statement that reads the logical_test from a range

Threaded View

  1. #1
    Registered User
    Join Date
    03-20-2014
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    1

    Question Trying to create an IF statement that reads the logical_test from a range

    Hello!

    I am trying to make an automated day planner on excel. Here is how I WANT it to work:

    1) I have a list of activities where I input the Title (B), Date (D), and Time (C).
    2) I have made a schedule with the days of the week across the top, and the time running vertically down the side.

    Currently, this formula: =IF(AND($D33=C$1,$E33=$A24,$F33=$H$33),$B33,"free") is working, but will only allow me to enter one value for Logical1 ($D33=C$1), Logical2 ($E33=$A24), and Logical3 ($F33=$H$33).

    I tried doing: =IF(AND($D33:D47=C$1,$E33:E47=$A24,$F33:E47=$H$33),$B33:B47,"free") , but it shows up as #VALUE!
    I also tried: =VLOOKUP(AND(D1,A24,H33),B33:F47,1,FALSE) but it shows up as #N/A although the conditions would have been met


    HELLLPPP!!
    Last edited by kaleahbaker09; 03-20-2014 at 03:29 PM.

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. If statement using date format as logical_test
    By daveeeo in forum Excel General
    Replies: 5
    Last Post: 05-30-2010, 10:52 PM
  3. Range input parameter reads as value not object
    By jbaddley in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-18-2010, 03:16 PM
  4. [SOLVED] Can't find logical_test for "if"statement
    By John Grossman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-05-2005, 01:06 AM
  5. file path and range in formula which reads from a cell
    By SandyUK in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2005, 04:09 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