+ Reply to Thread
Results 1 to 4 of 4

Help with Excel Invoice

  1. #1
    Registered User
    Join Date
    01-15-2017
    Location
    Europe
    MS-Off Ver
    2016
    Posts
    43

    Help with Excel Invoice

    Hello all,
    I just registered to this forum, because i need some help with one excel invoice. I know this might be a stupid question/easy question, but anyway, here it is:

    if E5 contains the text "today", then E4 should contains number "256"

    if E5 contains the text "tomorrow", then E4 should contains number "100"

    if E5 contains the text "airplaine", then E4 should contains number "99"


    Let's say that
    256 = M10
    100 = M11
    99 = M12


    I hope i made myself understood 
    Thank you in advance.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Help with Excel Invoice

    Try this formula in E4:

    =IF(E5="today",M10,IF(E5="tomorrow",M11,IF(E5="airplane",M12,"")))

    You might have to change the commas ( , ) in the formula to semicolons ( ; ), depending on your Regional settings.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-15-2017
    Location
    Europe
    MS-Off Ver
    2016
    Posts
    43

    Re: Help with Excel Invoice

    Everything is working perfectly.
    Thank you very much Pete_UK. You made my day ��
    Best regards (and sorry for the double post...)

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Help with Excel Invoice

    Glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you, including your other thread). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Choose Invoice Number from a userform combobox and copy data to invoice output
    By djemy1975* in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-07-2016, 06:02 AM
  2. Invoice Mail Merge: Multiple Records per Invoice
    By watfordo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-08-2014, 03:37 PM
  3. Print Invoice by pulling info from database by selecting Invoice Number
    By Swapnil Panchal in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2014, 11:21 AM
  4. Saving Invoice where next time I open file the Invoice Number increases by 1
    By domgee in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-22-2013, 03:03 PM
  5. Replies: 4
    Last Post: 11-04-2012, 12:43 PM
  6. Replies: 5
    Last Post: 01-02-2011, 11:06 PM
  7. Invoice templet Excel97 to 2003 invoice toolbar missing
    By MarolynInMarion in forum Excel General
    Replies: 0
    Last Post: 08-19-2005, 03:05 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