+ Reply to Thread
Results 1 to 2 of 2

deposit tickets

  1. #1
    Excel otomatic AmDeposit ticket
    Guest

    deposit tickets

    I have a list of collections every month, cash, credit, check. I would like
    to be able to get a list of the check # and amounts on another worksheet in
    order and no spaces in between.


  2. #2
    pinmaster
    Guest
    Try something like this:

    in the first column type:
    =IF(ISERROR(SMALL(Sheet1!$A$1:$A$10,ROW(1:1))),"",SMALL(Sheet1!$A$1:$A$10,ROW(1:1)))
    to get the check #

    then in the next column:
    =IF(A1="","",INDEX(Sheet1!$B$1:$B$10,MATCH(A1,Sheet1!$A$1:$A$10,0)))
    to get the matching amount

    select both cells and copy down as far as needed.

    HTH
    JG

+ 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