+ Reply to Thread
Results 1 to 6 of 6

How can I get "Column E" to "-103" if "Column C" says a certain "Number"

  1. #1
    Registered User
    Join Date
    04-26-2015
    Location
    Adelaide, South Australia
    MS-Off Ver
    2007
    Posts
    37

    How can I get "Column E" to "-103" if "Column C" says a certain "Number"

    Hi there,

    I have this workshop Manufacturing spreadsheet here and I have this problem where "Column C" says a certain "Number" (ie: 165, 180, 205 and 250) and in "Column E" gives me the number that I need to cut a length of Steel I need but what I really want is to have "Column E" "-103" when "Column C" says only "205" I would really appreciate any Help I can get on this. Please help. Thank you.
    Attached Files Attached Files
    Last edited by Eric_Raine_85; 03-09-2017 at 12:50 AM. Reason: Title Change

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: How can I get "Column E" to "-103" if "Column C" says a certain "Number"

    Try

    E3
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag down!!
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Registered User
    Join Date
    04-26-2015
    Location
    Adelaide, South Australia
    MS-Off Ver
    2007
    Posts
    37

    Re: How can I get "Column E" to "-103" if "Column C" says a certain "Number"

    Unfortunately that didn't work. Thankyou.

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: How can I get "Column E" to "-103" if "Column C" says a certain "Number"

    Quote Originally Posted by Eric_Raine_85 View Post
    Unfortunately that didn't work. Thankyou.
    Please explain what would be expected result.

    However try

    =IF(ISBLANK(A3),0,IF(C3=250,A3-103,A3-73))

  5. #5
    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
    52,929

    Re: How can I get "Column E" to "-103" if "Column C" says a certain "Number"

    On a side note use this in C2, instead of those IF's...
    =IF(A3="","",CHOOSE(MATCH(A3,{0,1000,1400,1850,2400,3100,3650}),150,165,180,205,230,250))

    Not really sre I understand what you want here, but may be this?
    E3=IF(A3="",0,IF(C3=250,-103,A3-73))
    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

  6. #6
    Registered User
    Join Date
    04-26-2015
    Location
    Adelaide, South Australia
    MS-Off Ver
    2007
    Posts
    37

    Re: How can I get "Column E" to "-103" if "Column C" says a certain "Number"

    YESS, Thankyou shukla.ankur281190 That second one worked thank-you so much, I;ve been stuck on that for a while now Thankyou again.

+ 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: 5
    Last Post: 02-05-2019, 12:03 AM
  2. [SOLVED] VBA help needed to remove all "/" then replace with "-" from cell "B3"and "B5"
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-17-2014, 02:11 PM
  3. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  4. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  5. [SOLVED] If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"
    By ckgeary in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2013, 08:28 PM
  6. [SOLVED] How to Count number of "Error" and "OK" after the word "Instrument" found in table row
    By eltonlaw in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 06:26 AM
  7. Replies: 7
    Last Post: 05-13-2006, 05:02 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