+ Reply to Thread
Results 1 to 2 of 2

Receipt reconcilation

Hybrid View

  1. #1
    Registered User
    Join Date
    04-12-2019
    Location
    MUMBAI
    MS-Off Ver
    2010
    Posts
    5

    Receipt reconcilation

    Dear Sir,
    I wanted to do the receipt reconciliation; my Sheet1 has Amount in Column E and bank reference in column F and my receipt sheet has ledger.
    I wanted to reconcile the both transaction like
    1) If Transaction available in Sheet1 and Receipt then Sheet 1 Column G should show as “Yes” and amount from Column “H”
    2) If transaction available in sheet1 receipt then receipt sheet column H should show Yes and if not available in then show as NO.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,856

    Re: Receipt reconcilation

    This only partially works because of the lack of uniformity between the way information is placed in column F of Sheet1 and also the differences between what is in column F of Sheet1 and column G of the Receipt sheet.
    This [partial] proposal addresses query #1 and employs a helper column (I) which may be moved and/or hidden for aesthetic purposes.
    The helper column is populated using: =IF(F8="","",RIGHT(F8,LEN(F8)-SEARCH("/",SUBSTITUTE(F8,"-","/",LEN(F8)-LEN(SUBSTITUTE(F8,"-",""))))))
    The formula to find the amount is: =IFERROR(IF(F8="","",INDEX(Receipt!J$7:J$863,MATCH(I8,Receipt!G$7:G$863,0))),0)
    The formula for entered is: =IF(F8="","",IF(H8=E8,"Yes","Not"))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Actual Receipt Date Vs. Original Receipt Date (Compare & Provide Result)
    By Rajeshkumar R in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-05-2018, 07:06 AM
  2. time saving formula for the bank reconcilation
    By sh420 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-02-2013, 04:11 AM
  3. Macros for Receipt Log
    By mdasifiqbal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-16-2013, 12:04 PM
  4. Daily Receipt Log
    By mdasifiqbal in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 02-09-2013, 09:26 AM
  5. Daily Receipt Log
    By mdasifiqbal in forum Excel General
    Replies: 0
    Last Post: 02-09-2013, 09:15 AM
  6. Receipt Generation
    By narrowgate88 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-31-2011, 02:02 PM
  7. Reconcilation
    By shahcu in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 05-26-2008, 04:41 AM

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