Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.
All Tags » IF (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Adding a "if blank" statement to an existing formula

    I currently have a formula (Below) that checks tolerances and determains if the number passes a criteria where V$2 is 0 and W$2 is 4. I would like to add an "If Blank" return True/Blank(havent decided yet) statement but cannot find a place to put it where it will work. =IF(OR((AND(V7*0.95<...
    Posted to Functions and Formulas (Forum) by Marks.Cameron on Tue, Oct 18 2011
  • Re: Extremely long; multiple nested IF formulas

    This worksheet is really working me over; Whew! I have learned some more about the hidden cells. The nested IF statements were so long in the original table that the original developer had to reference another cell to carry out the formula to completion. Now I realize the formula contains another 8 nested...
    Posted to Functions and Formulas (Forum) by MGarlington on Wed, Jun 29 2011
  • “If” formula for the letter the value begins with?

    I have 3 sheets in my excel document. The first one is the main form and the other 2 are summaries that need to be populated and distributed the correct person depending if one value on Sheet1 begins with a letter between A-O or P-Z. What I need on each summary sheet is this sequence: On Sheet 2 in Cell...
    Posted to Functions and Formulas (Forum) by l.t.doppler on Wed, Oct 20 2010
  • Nested IF statement Driving Me Crazy! Please Help

    Please any1 evaluate and let me know where i am going wrong. All cells produce an OUtcome of J regardless of the amounts being evaluated. Using Excel 2007 =IF(F18<3579,"A",IF(F18<4349,"B",IF(F18<5299,"C",IF(F18<6089,"D",IF(F18<6969,"E"...
    Posted to Functions and Formulas (Forum) by Mubeen on Fri, Jul 30 2010
  • Excel formulas is not calculating or copying down. Not a autocalculation issue...

    All- Please help. I am entering a concatenate formula that is showing me the correct result in the function input box, but the result is not populating in the cell. I have used Excel for years and I have checked the autocalculation option; it is on autocalculate. When you copy the formula down to other...
    Posted to Excel 2007 and 2010 (Forum) by dkochs on Wed, Jun 23 2010
  • Re: IF Functions

    Dan It depends how many IF's you have but basically you can nest up to seven in versions before 2007 after that is a much large number but if I use much more than two or three I tend to look to set up a table and use a VLOOKUP. The theory is.. =IF(A1="This Word",B1+C1,D1+E1) In this case...
    Posted to Functions and Formulas (Forum) by Nick Hodge on Thu, Oct 1 2009
  • Re: Else and Else if in Excel VBA

    Wow, that's some code! I doubt anyone is going to look at all that and try and decipher it but VBA has an If...ElseIf...End If structure for multiple levels, it is simply If This Then Do This ElseIf This Then Do This ElseIf This Then Do This Else Do This EndIf I am wondering though, if you are querying...
    Posted to VBA (Forum) by Nick Hodge on Tue, Dec 2 2008
  • Re: syntax for performing 2 VLOOKUP funcitions in 1 Cell

    Felix I hope I have understood. (My testing had your Product ID (lookup value) in A1 and the Sampling Point Table in A4:C50 on the same sheet. (Just change these to suit)) I came up with this, which tests first if the Product ID exists at all using the AND function and ISERROR, if that returns TRUE I...
    Posted to Excel 2007 and 2010 (Forum) by Nick Hodge on Tue, Nov 18 2008
  • Data lookup

    I have 2 worksheets. WkSht1 has 1 column A Client name Bob Tom WKSHT 2 has two columns Col. B has multiple client IDs per Client in Col. A A B CLIENT CLIENT ID Bob B123 B456 B789 Tom T321 T654 T987 There are variable numbers of IDs per Client I need a lookup to match on the client from WKSHT1 and retrieve...
    Posted to Functions and Formulas (Forum) by Fishin Technishun on Wed, Aug 13 2008
  • Re: I can't take it anymore...Percentage range function

    Mocean I am slightly struggling to see what you are doing but maybe your issue is that the 125% is actually stored in Excel as 1.25, so you original function in any case would need to be =IF(E11<1,0). It appears you are saying that if you don't reach your quota then you get nothing, whereas if...
    Posted to Functions and Formulas (Forum) by Nick Hodge on Fri, Jun 6 2008
Page 1 of 2 (13 items) 1 2 Next >
Copyright Excel User Group and the relevant contributors, 2010. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.