+ Reply to Thread
Results 1 to 13 of 13

Writing IF Function

Hybrid View

  1. #1
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Writing IF Function

    Hi,

    I,am wanting to write a function so that in cell B2 it will start at $10 and automatically add $5 until cell D gets a number 1
    At the moment i have =IF(D2<=1,10,IF(D2>=1,10+5))
    Cell E is what it should be, I have attached an example, I hope someone can help. Thanks
    Attached Files Attached Files
    Last edited by Jabbaman; 06-14-2021 at 06:56 PM.

  2. #2
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,866

    Re: Writing IF Function

    Sorry, delete first, but still don’t know what you are asking for
    Last edited by wk9128; 06-13-2021 at 08:11 PM.

  3. #3
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Writing IF Function

    Hi wk9128,

    Thanks for replying.
    In Cell B I would like to start at $10 and if Cell D doesn't have the number 1 in it keep adding $5 until it does then restart the process again.
    Not sure if that helps, I do have an IF function already there but it's not adding up correctly.
    Cheers

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,650

    Re: Writing IF Function

    Try in B2:

    =IF(OR(D1=1,ISTEXT(D1)),10,B1+5)
    Quang PT

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: Writing IF Function

    Or:

    =IF(N(D1)>1,B1+5,10)

  6. #6
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Writing IF Function

    Hi all,

    Both formula's keep adding B cell to $10 and not adding $5 when cell D is not number 1

  7. #7
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Writing IF Function

    So in cell B2 i want to start at $10 and if D2 is not number 1 you add $5 to B3($15) and if D3 is not number 1 add $5 to B4($20) and so forth until D cell has number 1. Then start again at $10 in cell B. Hope that is a bit clearer. Thanks for replying.

  8. #8
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,347

    Re: Writing IF Function

    I guess you mean add to the total you are calculating in E

    so this in column E starting at E2 and filling down

    =IF(N(D1)>1,E1+5,10)
    If you want something done right... find a forum and ask an online expert.

    Time flies like an arrow. Fruit flies like a banana.

  9. #9
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Writing IF Function

    Hi scottiex,

    Thanks for replying. The example in E cells are what I need it to be in B cells, i entered those manually as an example of what I'm wanting.
    Cheers

  10. #10
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,347

    Re: Writing IF Function

    Yes, my formula gave those numbers.

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Writing IF Function

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  12. #12
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,783

    Re: Writing IF Function

    In B3

    =IF(D2=1,10,B2+5)

  13. #13
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Writing IF Function

    Thanks to everyone who helped, formula solved

+ 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. Help Writing an Iff, And Function
    By bbeards in forum Access Tables & Databases
    Replies: 2
    Last Post: 09-18-2017, 10:39 AM
  2. IF function writing help
    By michje03 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-09-2016, 01:19 AM
  3. [SOLVED] Help writing IF function
    By bigroo1958 in forum Excel General
    Replies: 10
    Last Post: 06-10-2015, 02:22 PM
  4. Replies: 5
    Last Post: 09-15-2014, 12:41 AM
  5. [SOLVED] Writing a function
    By frisbie17 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-10-2012, 10:35 AM
  6. writing function in VBA
    By johnboy12 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-21-2008, 05:23 PM
  7. Writing a Function
    By svaiskau in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-14-2007, 06:23 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