+ Reply to Thread
Results 1 to 6 of 6

Write Excel formulas in VBA code

  1. #1
    Forum Contributor
    Join Date
    04-03-2014
    Location
    Berlin
    MS-Off Ver
    Excel 2010
    Posts
    160

    Write Excel formulas in VBA code

    Hi Guys,

    I am trying to write some formulas into a VBA code but as my begginner knowledge does not suffice, the result does not do the Job.
    Here are the formulas:

    =IF(COUNTIFS([Material];[@Material];[Werk];60)>0;TRUE();FALSE())
    =IF(SUM(SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"L");SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"K")*(-1))>0;TRUE();FALSE())
    =IFERROR(((SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"L")-SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"K"))/SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"L")*(100))<=50;FALSE())
    =IF(ISBLANK([@Material]);"";IF(AND([@[Prüfung Werk 60]];[@[Prüfung Wert]]);"keine Fehler";IF(AND([@[Prüfung Werk 60]];[@[Prüfung Wert]]=FALSE());"Preis < Kosten";IF(AND([@[Prüfung Werk 60]]=FALSE();[@[Prüfung Wert]]);"W60 fehlt"; "W60 fehlt & Preis < Kosten"))))
    =IF(SUM(SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"L");SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"K")*(-1))<0;SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"L")-SUMIFS([Preis aus IDoc];[Material];[@Material];[W];"K");"")

    If you could give me a Hand with that it would be awesome ;-)

    Many thanks!

  2. #2
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Write Excel formulas in VBA code

    exemple sheet with desired result would be a good start


    Kind regards
    Leo

  3. #3
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Write Excel formulas in VBA code

    Where should the formula(s) go?
    If posting code please use code tags, see here.

  4. #4
    Forum Contributor
    Join Date
    04-03-2014
    Location
    Berlin
    MS-Off Ver
    Excel 2010
    Posts
    160

    Re: Write Excel formulas in VBA code

    Guys,

    thank your for your replies.
    I have enclosed the Excel file, the formulas that I am trying to write in the code are in columns J, K, L, M, N.

    Many thanks again!
    Attached Files Attached Files

  5. #5
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Write Excel formulas in VBA code

    The main thing you need to know is that if you have quotes in a formula you need to double them up in the code, for example "K" would become ""K"", "Preis < Kosten" would become ""Preis < Kosten"".

  6. #6
    Forum Contributor
    Join Date
    04-03-2014
    Location
    Berlin
    MS-Off Ver
    Excel 2010
    Posts
    160

    Re: Write Excel formulas in VBA code

    Norie,

    thanks for your reply.
    I am familiar with double quotes, I unfortunately cannot do the rest...

+ 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. Error in code to write formulas into cells
    By kylecodesinBoston in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-07-2015, 02:24 PM
  2. Need help to write vba code in excel to do the below ASAP
    By ohadshay in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-29-2013, 05:40 PM
  3. [SOLVED] Should I copy text, use formulas or write VBA Code
    By Decar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-27-2013, 12:19 PM
  4. Excel closes when using VBA to write VBA code
    By btoback in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-04-2007, 03:42 PM
  5. write excel formulas
    By bc in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-02-2005, 06:17 PM
  6. how to write formulas in excel for money to days
    By wolfmasterr in forum Excel - New Users/Basics
    Replies: 8
    Last Post: 06-01-2005, 07:05 PM
  7. [SOLVED] Will pay someone to write small Excel code for me
    By ratedr1@aol.com in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-26-2005, 09:06 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