+ Reply to Thread
Results 1 to 6 of 6

IF Formula between 2 worksheets

  1. #1
    Registered User
    Join Date
    11-17-2020
    Location
    Milton Keynes
    MS-Off Ver
    365
    Posts
    15

    IF Formula between 2 worksheets

    Another Formula i cant seem to get to work with my limited knowledge! Where am i going wrong with this one?
    I tried to use an IF formula that already exists and modify that to suit.Maybe that is completely incorrect?

    I have a tab called drawers and the current cell in question is 22,8 (i have changed the columns to numbers for now.
    This is the formula i thought might work going off the back of one of my previous, i have had to attach it as a word doc as this site keeps saying i have put a link in which isn't allowed?? (am i doing something wrong?)

    This should read the word listed under type column 2 (cutting list) then it reads the numeric value in column 53 (cutting list) and display the result minus 12 back over on the drawers tab

    Hope this makes sense?
    Attached Files Attached Files

  2. #2
    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: IF Formula between 2 worksheets

    Quote Originally Posted by Waldo316 View Post
    ...I have a tab called drawers and the current cell in question is 22,8 (i have changed the columns to numbers for now.
    ...
    Hope this makes sense?
    Nope, not at all. It is often hard enough to make out what a member is trying to ask, without having to decipher some unknown column numbering system that they have dreamed up.

    Excel uses letter for column and numbers for rows - stick with that format, it's something we all understand and can easily work with...I have no clue what 22,8 means or where it supposed to be found (I can see no reference to 22 - and I guess row? 5)

    Tell us where the formula is supposed to ,e, show us what you expect and - if necessary - explain how you arrive at that.
    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

  3. #3
    Registered User
    Join Date
    11-17-2020
    Location
    Milton Keynes
    MS-Off Ver
    365
    Posts
    15

    Re: IF Formula between 2 worksheets

    Quote Originally Posted by FDibbins View Post
    Nope, not at all. It is often hard enough to make out what a member is trying to ask, without having to decipher some unknown column numbering system that they have dreamed up.

    Excel uses letter for column and numbers for rows - stick with that format, it's something we all understand and can easily work with...I have no clue what 22,8 means or where it supposed to be found (I can see no reference to 22 - and I guess row? 5)

    Tell us where the formula is supposed to ,e, show us what you expect and - if necessary - explain how you arrive at that.
    Hello thank you for your response, I just turned on the R1C1 reference style in options under formulas, but i understand how it can be difficult. i agree it isn't something i had seen before but at the time it made it easier for me. So i have switched it back and i will try to add more details.

    So what i am trying to achieve is as follows.

    Drawers tab - Sum destination Column V
    IF Column B (Cutting List Tab) = Drawers, then Column V (Drawers Tab) = Column BA-12 (from the Cutting list tab)

    the Answer in Cell V8 should be 550.

    Hopefully that makes more sense now?

    Kind Regards

    Warren
    Attached Files Attached Files

  4. #4
    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: IF Formula between 2 worksheets

    Apologies for the delay in replying, this 1 got lost.

    Assuming that the rows on both sheets line up, then Drawers (make sure you either use drawer WITH an S or withOUT an S on both sides, as well as in my formula) formula would be...
    V8=IF(Cutting_List!B9="drawer",Cutting_List!BA9-12,"")
    copied down
    Also, you didnt specify what to do if B9 is not drawer, so I just added ""

  5. #5
    Registered User
    Join Date
    11-17-2020
    Location
    Milton Keynes
    MS-Off Ver
    365
    Posts
    15

    Re: IF Formula between 2 worksheets

    This seems to work, thank you once again. I will discuss this with my colleague so far and see where they want to take it.

  6. #6
    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: IF Formula between 2 worksheets

    Great, look forward to hearing back from you.

+ 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: 1
    Last Post: 02-10-2012, 02:53 AM
  2. [SOLVED] Formula between two worksheets
    By Barb Reinhardt in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 07:05 AM
  3. [SOLVED] Formula between two worksheets
    By Barb Reinhardt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  4. Formula between two worksheets
    By sheri in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. [SOLVED] Formula between two worksheets
    By sheri in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  6. Formula between two worksheets
    By sheri in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  7. [SOLVED] Formula between two worksheets
    By sheri in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  8. Formula between two worksheets
    By sheri in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-16-2005, 05:05 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