+ Reply to Thread
Results 1 to 2 of 2

Linking numeric data to another spreadsheet

Hybrid View

  1. #1
    Registered User
    Join Date
    09-14-2006
    Posts
    25

    Linking numeric data to another spreadsheet

    I have a spreadsheet with several tab, the first tab consisting of the numberic data for example. One of the field requires # of building. When the user enters the number of building in this field I would like them to be prompted to enter a stree #, Street Address associated with that job # on another sheet. Please help!!!!

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Without automating this in VB, you could use something like a second column that tested for a street name, something like:

    =IF(OR(A1="",SheetA!B1<>""),"","Please enter address details in SheetA Row "& ROW())

    and Protect this column from update.

    You can also use Conditional Format to test if B1 now has text to colour A1 and B1 Red etc.

    hth
    ---

    Quote Originally Posted by Jeda_zelda
    I have a spreadsheet with several tab, the first tab consisting of the numberic data for example. One of the field requires # of building. When the user enters the number of building in this field I would like them to be prompted to enter a stree #, Street Address associated with that job # on another sheet. Please help!!!!
    Last edited by Bryan Hessey; 09-14-2006 at 11:31 PM.

+ 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