Closed Thread
Results 1 to 16 of 16

Auto-populating calendars using excel - marketing purposes

Hybrid View

  1. #1
    Forum Expert Whizbang's Avatar
    Join Date
    08-05-2009
    Location
    Greenville, NH
    MS-Off Ver
    2010
    Posts
    1,395

    Re: Auto-populating calendars using excel - marketing purposes

    I adjusted the formulas in the calendar to not use column specific named ranges. As you'll see, the formula used is:

    =IF(ISERROR(J6),"",INDEX(CalendarItems,J6,2) & " - " & INDEX(CalendarItems,J6,4) & " - " &TEXT(INDEX(CalendarItems,J6,7),"$###,###.00"))

    This only uses the named range of CalendarItems, which is the entire table. Simply use the column number as shown in the formula.

    The problem you were having is that you refered to a CalendarItemVendor, which did not exist.
    Attached Files Attached Files

Closed 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