Closed Thread
Results 1 to 11 of 11

formula for show customer address

  1. #1
    Forum Contributor
    Join Date
    07-21-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    170

    formula for show customer address

    r/sir
    in sales invoice sheet than i am choose customer name in L4 column than L6 column show street address & City, L8 column show state & pin code, L10 column show phone no. & than templete-retail invoice sheet D9 Column Show customer name, D10 Column show street address & distt, D11 Column show state & Pincode, D12 column show Phone No, thanking you sir please send the formulla for these columns sir, i am send the attachments sir
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-23-2005
    Location
    Rome
    MS-Off Ver
    Ms Office 2016
    Posts
    1,628

    Re: formula for show customer address

    Your formula in L6 is:
    =IF(ISNA(VLOOKUP($L$4,Sales Customer,2,0)),"",VLOOKUP($L$4,Sales Customer,2,0))
    try to change the formula in:
    =IF(ISNA(VLOOKUP($L$4,'Sales Customer'!C:K,2,0)),"",VLOOKUP($L$4,'Sales Customer'!C:K,2,0))
    Regards,
    Antonio

  3. #3
    Forum Contributor
    Join Date
    07-21-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    170

    Re: formula for show customer address

    r/sir
    this formula is working fine but change this formula sir i am choose customer name in L4 column than L6 column show street address & City, L8 column show state & pin code, L10 column show phone no.

    than templete-retail invoice sheet D9 Column Show customer name, D10 Column show street address & distt, D11 Column show state & Pincode, D12 column show Phone No

    thanking you sir

  4. #4
    Forum Contributor
    Join Date
    07-21-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    170

    Re: formula for show customer address

    please reply sir

  5. #5
    Forum Contributor
    Join Date
    07-21-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    170

    Re: formula for show customer address

    please reply sir

  6. #6
    Forum Contributor
    Join Date
    07-21-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    170

    Re: formula for show customer address

    Please reply sir

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,573

    Re: formula for show customer address

    Not for the first time, your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. You have posted the same request under another of your aliases on XGuru. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post, but you fail to do this on every occasion.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  8. #8
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: formula for show customer address

    Rana,

    Try in sheet Sales Invoice

    L6=IF(ISNA(VLOOKUP($L$4,'Sales Customer'!C:K,2,0)),"",VLOOKUP($L$4,'Sales Customer'!C:K,2,0))

    L8=IF(ISNA(VLOOKUP($L$4,'Sales Customer'!C:K,2,0)),"",VLOOKUP($L$4,'Sales Customer'!C:K,3,0))

    L10=IF(ISNA(VLOOKUP($L$4,'Sales Customer'!C:K,2,0)),"",VLOOKUP($L$4,'Sales Customer'!C:K,6,0))

    Try in sheet Template- Retail Invoice

    D9=INDEX('Sales Invoice'!L4:O4,1)

    D10=INDEX('Sales Invoice'!L6:O6,1)

    D11=INDEX('Sales Invoice'!L8:O8,1)

    D12=INDEX('Sales Invoice'!L10:O10,1)

    Check the attached file.
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  9. #9
    Forum Contributor
    Join Date
    07-21-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    170

    Re: formula for show customer address

    r/sir
    please correction in these formulla sir i am send the formulla sir in Templete-Retail invoice sheet sir
    1.=IF(ISBLANK(INDEX('Sales Customer'!C:C,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))),"",INDEX('Sales Customer'!C:C,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0)))
    2=IF(ISERROR(MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0)),"",IF(INDEX('Sales Customer'!D:D,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))="","",INDEX('Sales Customer'!D:D,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))&", "&INDEX('Sales Customer'!E:E,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))))
    3=IF(ISERROR(MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0)),"",IF(INDEX('Sales Customer'!F:F,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))="","",INDEX('Sales Customer'!F:F,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))&", "&INDEX('Sales Customer'!G:G,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))))
    4=IF(ISBLANK(INDEX('Sales Customer'!H:H,MATCH(('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0))),"",INDEX('Sales Customer'!H:H,MATCH('Sales Invoice'!$L$4:$O$4,'Sales Customer'!C:C,0)))

  10. #10
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: formula for show customer address

    Sorry Rana couldn't understand what you looking for?? Can you please speak clear what you want to achieve>???

  11. #11
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: formula for show customer address

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro to input name and address, print, then do the same with the next customer
    By OpieWinston in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-24-2015, 01:32 PM
  2. Replies: 2
    Last Post: 10-12-2015, 02:18 PM
  3. Replies: 4
    Last Post: 11-28-2014, 07:53 AM
  4. [SOLVED] formula that will show the cell address
    By moin in forum Excel General
    Replies: 11
    Last Post: 12-02-2013, 09:37 AM
  5. Replace Customer email address with blank
    By guru420 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-23-2011, 03:41 PM
  6. customer address in different format
    By johncena in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-31-2011, 10:34 AM
  7. I just want the customer address to appear!!!
    By MIRMLE in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 01-28-2009, 06:18 PM

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