I'm trying to figure out nested IF statements. The statement below works fine except for the last argument:
IF(C7<=542,11,IF(C7<=589,12,L16)). IF C7=540 then it returns 11. If C7 = 560 then it returns the value from L16 and not 12. Any ideas why it is not returning the the TRUE value? Is there a better method then using nested IF's? John --~--~---------~--~----~------------~-------~--~----~ Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.com To post to this group, send email to excel-macros@googlegroups.com For more options, visit this group at http://groups.google.com/group/excel-macros?hl=en Visit & Join Our Orkut Community at http://www.orkut.com/Community.aspx?cmm=22913620 Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.com To Learn VBA Macros Please visit http://www.vbamacros.blogspot.com To see the Daily Excel Tips, Go to: http://exceldailytip.blogspot.com -~----------~----~----~----~------~----~------~--~---