+ Reply to Thread
Results 1 to 6 of 6

Formula Calculation based on Different Values

  1. #1
    Registered User
    Join Date
    11-05-2019
    Location
    Grand Rapids, Michigan
    MS-Off Ver
    2016
    Posts
    27

    Formula Calculation based on Different Values

    Good afternoon,

    I have a spreadsheet that I am using for tracking Issues and Action Items. My goal is to the have the Priority Field auto calculate a value based on if the item is an issue or an action. My objective is to have the Priority for and action be time driven and the priority value for an issue be driven by a value determined by Impact X Urgency.

    I have a Formula that works for each individually, but need to combine them so that the calculation looks at the value of the "Type" field and then chooses the appropriate calculation based on if the value is "Action" or "Issue"

    The formula for Actions (Time Based) is =IF(L2="","",LOOKUP(L2-TODAY(),{-120,5,10,15,30},{"Critical","Critical","High","Medium","Low"}))
    The Formula for Issue (Value of Impact*Urgency) is =IF(H3=0,"",IF(H3<=7,"Low",IF(H3<=14,"Medium",IF(H3<=19,"High",IF(H3>=20,"Critical")))))

    How do I combine them so they use the correct calculation based on the Value displayed in a different cell ("type")?

    I have attached a file for review. Please let me know if further clarification is needed.

    Thank you in advance for your assistance.
    Attached Files Attached Files

  2. #2
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: Formula Calculation based on Different Values

    примерно так - something like this

    Please Login or Register  to view this content.
    P.S. Oh I messed up the forums and wrote In Russian :-)
    Last edited by BMV; 01-30-2020 at 02:37 AM.

  3. #3
    Registered User
    Join Date
    11-05-2019
    Location
    Grand Rapids, Michigan
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula Calculation based on Different Values

    Quote Originally Posted by BMV View Post
    примерно так
    Please Login or Register  to view this content.
    Thank you for this.

    However, when I plug it into the spreadsheet I receive an generic error. "Not trying to type a formula? When the first character is an equal(=) or minus(-)sign, Excel thinks it is a formula:
    You type: =1+1, cell shows 2
    Toget around this, type an apostrophe (') first:

    Did you try it in my attached file? Any other thoughts would be appreciated.

    Thank you

  4. #4
    Registered User
    Join Date
    11-05-2019
    Location
    Grand Rapids, Michigan
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula Calculation based on Different Values

    Good evening,

    Does anyone have any other thoughts on how to solve this? The suggested solution did not work as written. If any one has any ideas I would greatly appreciate it.

    Thank you

  5. #5
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: Formula Calculation based on Different Values

    The file in the attachment.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-05-2019
    Location
    Grand Rapids, Michigan
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula Calculation based on Different Values

    Quote Originally Posted by BMV View Post
    The file in the attachment.
    Thank you for this. I appreciate your assistance and timely response.

+ 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. Use separate calculation to get values based of reference cell on another excel
    By Punssiliini in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-19-2017, 01:10 PM
  2. [SOLVED] Quartile calculation based on certain values
    By dksodhi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-20-2013, 11:59 AM
  3. Listing Reference Values based on Rating Calculation
    By berzz in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-21-2013, 11:43 AM
  4. [SOLVED] Altering a calculation based upon variable values from a drop down list
    By situationroom in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-20-2013, 06:04 AM
  5. Sheet calculation based on values within table
    By ccott23 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-27-2013, 07:29 AM
  6. calculation based on the values within a range
    By anirbancd in forum Excel General
    Replies: 3
    Last Post: 03-22-2012, 10:48 AM
  7. calculation based on row and column values
    By AmyTaylor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-19-2005, 03: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