+ Reply to Thread
Results 1 to 2 of 2

Conditional Autofill

  1. #1
    Forum Contributor
    Join Date
    10-27-2005
    Posts
    177

    Conditional Autofill

    Hi all! I've got this problem and it's really bugging me!!

    Say, I've got Sheet 1 (attached) and there's some formula (assume it's some VLOOKUP formula) on D3. I basically need some macro that would autofill the formula in D3 down to all the other cells in column D, EXCEPT for those cells with no corresponding value in the B column and those with "Total".

    Any help would be greatly appreciated. Thanks!
    Attached Images Attached Images

  2. #2
    Dave O
    Guest

    Re: Conditional Autofill

    Instead of code, how about a formula to do exactly the same thing. It
    works by nesting your VLOOKUP into an IF:
    =IF(AND(B1<>"",ISNUMBER(SEARCH("total",D1,1))), your vlookup formula
    here,"")


+ 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