+ Reply to Thread
Results 1 to 4 of 4

quick excel help

  1. #1
    Registered User
    Join Date
    05-17-2018
    Location
    london
    MS-Off Ver
    2010
    Posts
    2

    quick excel help

    Hi

    Hopefully a simple one to help me with.

    I am doing a simple spreadsheet for inheritance tax calculation, basically if the threshold amount in D70 is more than the estate value in D69, I want the above threshold (D71) to show 0. If the threshold amount in D70 is less than then estate value in D69 I want it to actually calculate the amount its above the threshold so the tax calculation also works.

    Thanks in advance!
    Attached Images Attached Images

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: quick excel help

    Hello and welcome to the forum.

    Try this in D71:

    =IF(D70>D69,0,D69-D70)

    or this:

    =MAX(0,D69-D70)

  3. #3
    Registered User
    Join Date
    05-17-2018
    Location
    london
    MS-Off Ver
    2010
    Posts
    2

    Re: quick excel help

    Amazing! thank you. It was doing my nut in, i had the first bit but couldnt work out the second bit, now i look at it how did i miss that!

  4. #4
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,334

    Re: quick excel help

    Welcome to the forum! Please take a moment to re-read forum rule #1 and next time use a thread title to something that better explains your problem. Thanks!

    • Use concise, accurate thread titles.
    • Your post title should describe your problem, not your anticipated solution.
    • Use terms appropriate to a Google search - poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice tell us nothing.
    • Responding to a request to change your thread title by doing so is mandatory.
    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.

+ 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. Hey new to excel but i'm a quick study
    By jackgreen1988 in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 01-28-2016, 04:18 PM
  2. Quick Excel Question!
    By zendle in forum Excel General
    Replies: 4
    Last Post: 04-19-2015, 12:10 AM
  3. How do I practice to become quick with Excel?
    By icon53 in forum Excel - New Users/Basics
    Replies: 9
    Last Post: 05-02-2014, 04:25 AM
  4. New to excel but quick to learn
    By thed3mon in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 05-11-2013, 10:26 AM
  5. [SOLVED] Quick question about automatic row deletion (should be very quick and easy!!)
    By poptart141 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-09-2013, 12:56 PM
  6. Quick Question QUick Answer
    By ccraig61 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-25-2006, 09:34 PM
  7. Quick question - quick answer about assigning shortcut keys
    By funkymonkUK in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2005, 06:05 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