+ Reply to Thread
Results 1 to 7 of 7

Try to add number to final result

  1. #1
    Registered User
    Join Date
    03-31-2019
    Location
    Pale
    MS-Off Ver
    2016
    Posts
    3

    Try to add number to final result

    Hi guys,

    I just want to ask you for advice about adding some number to my final results.
    K27 is cell with formula and that cell contain my final result. I want to add
    number (33) on that result if someone check my checkbox.

    I was try to use IF operator but, I`m not advanced user of excel.

    Excel.jpg

  2. #2
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: Try to add number to final result

    Try this:

    =SUM(K25:K26)+IF(H27=TRUE,33,0)
    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.

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Try to add number to final result

    =sum(k23:k26)+if(h27,33)
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  4. #4
    Registered User
    Join Date
    03-31-2019
    Location
    Pale
    MS-Off Ver
    2016
    Posts
    3

    Re: Try to add number to final result

    Thanks for your quick respond. When I try to put your`s formula into K 27 cell, Excel give me this error.

    Excell.jpg

  5. #5
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: Try to add number to final result

    What is your computer's locale? Try this:

    =SUM(K25:K26)+IF(H27=TRUE;33;0)

    or this:

    Try this:

    =SUM(K25:K26)+IF(H27;33)

  6. #6
    Registered User
    Join Date
    03-31-2019
    Location
    Pale
    MS-Off Ver
    2016
    Posts
    3

    Re: Try to add number to final result

    Thank you very much AliGW. This formula works for me.

  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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: Try to add number to final result

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Replies: 4
    Last Post: 04-17-2018, 08:39 PM
  2. [SOLVED] Determine final result from various category
    By drake777 in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 09-13-2016, 10:12 PM
  3. [SOLVED] Text to columns, transpose data & final result
    By sam1105 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-19-2015, 03:36 AM
  4. removing data from a table and getting a final result
    By Jimbras in forum Excel General
    Replies: 1
    Last Post: 11-26-2014, 09:10 AM
  5. Creating a Final Estimate Form and a Final Materials List based on Worksheet Results
    By Crunched For Time in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 12-20-2013, 09:58 PM
  6. replacing lowest test grade with final if final is higher formula help
    By colbyclay in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-16-2012, 02:48 AM
  7. [SOLVED] query for work help! showing final result
    By fdabb in forum Excel General
    Replies: 5
    Last Post: 01-26-2006, 06:45 PM

Tags for this Thread

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