+ Reply to Thread
Results 1 to 2 of 2

Nested Ifs, adding another nest but impacting different cell

Hybrid View

  1. #1
    Registered User
    Join Date
    05-15-2012
    Location
    Brisbane
    MS-Off Ver
    Excel 2010
    Posts
    34

    Nested Ifs, adding another nest but impacting different cell

    Hi all

    I have a table (shrunk down)

    risks.JPG

    I have a formula in column L:-

    =IF(K3<>"",IF(K3>=17,"Reportable","Available for Override"),"")

    However I want to allow the user to select a Yes value from column M to override the scoring validation and turn the value in column L to reportable so I can then pick it up for a vba report and ave run out of brain power.Any ideas how I alter the above formula so I can incorporate this?

    Man thanks
    Sean
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Nested Ifs, adding another nest but impacting different cell

    Try adding it in an OR statement:
    Formula: copy to clipboard
    =IF(K3<>"",IF(OR(K3>=17,M3="Yes"),"Reportable","Available for Override"),"")
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

+ 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. [SOLVED] Have I reached nested if limit on only the 9th nest?
    By pongmeister in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-31-2015, 04:02 PM
  2. Replies: 3
    Last Post: 03-25-2014, 06:55 AM
  3. [SOLVED] Value of one cell impacting another
    By Kmartin83 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2014, 02:40 PM
  4. nest multiple IF and AND functions in one cell.
    By djones5 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-05-2011, 08:58 AM
  5. pagebreaks inserted via vba, not impacting printing
    By DaveF in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-25-2010, 05:14 PM
  6. nest functions in CELL function
    By deekaye@gmail.com in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-30-2006, 05:40 AM
  7. [SOLVED] Nested IF - Work Around for 7 nest Max
    By AEICHEN in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-20-2005, 08:07 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