+ Reply to Thread
Results 1 to 6 of 6

I have a simple equation that I need to work

  1. #1
    Registered User
    Join Date
    05-06-2013
    Location
    North Carolina
    MS-Off Ver
    Excel 2010
    Posts
    2

    Angry I have a simple equation that I need to work

    Hi I have a column that I am inputing a number into thats the easy part I need it to add 600 to the column next to it. So if I input 1000 into column a, column b should 1,600 I can simply do this inputing =sum(m4)+600. However I do not want 600 to be added unless something is inputted into column a.

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,289

    Re: I have a simple equation that I need to work

    =if(m4="something",m4,m4+600)
    Try this
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    01-10-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: I have a simple equation that I need to work

    try...

    =if(isblank(m4),m4,m4+600)

    cheers,
    Mike

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: I have a simple equation that I need to work

    Thomas,

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  5. #5
    Registered User
    Join Date
    05-06-2013
    Location
    North Carolina
    MS-Off Ver
    Excel 2010
    Posts
    2

    Talking Re: I have a simple equation that I need to work

    Dude you guys are life savers. Are there any resources that I might be able to use for these functions that I dont know?

    Quote Originally Posted by MP3265 View Post
    try...

    =if(isblank(m4),m4,m4+600)

    cheers,
    Mike

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: I have a simple equation that I need to work

    Thomas, you need to comply with post 4.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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