#1   Report Post  
Posted to microsoft.public.excel.misc
Excel otomatic AmDeposit ticket
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default deposit tickets


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,Shee t1!$A$1:$A$10,0)))
to get the matching amount

select both cells and copy down as far as needed.

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=498917

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I would like to create raffle tickets in Excel, How? jthhousing Excel Discussion (Misc queries) 1 December 3rd 05 01:02 AM
sum with multipel ifs [email protected] Excel Discussion (Misc queries) 2 October 17th 05 05:57 AM
How do I set up raffle tickets to be numbered in Word connie Excel Discussion (Misc queries) 1 October 5th 05 10:27 PM
how do i print a deposit ticket rebecca Excel Discussion (Misc queries) 0 September 8th 05 07:00 PM
How do I sum Column F if Column B = "DEPOSIT" Marvin Excel Worksheet Functions 2 May 13th 05 01:11 AM


All times are GMT +1. The time now is 04:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"