Forum home » Delegate support and help forum » Microsoft Excel Training and help » IF function
IF function
Resolved · Low Priority · Version 2007
IF function
How can you put a two boundary condition in a nested if function, i.e. how can someone put a < and > sign for the first check, insteda of just < or >? For example, somebody may want to iognore all values that are greater than 100 and say that the first check in the nested if function must be if Cell X is between value Y and Z then for that, if (...) do that and so on and so forth.For upcoming training course dates see: Pricing & availability
RE: IF function
Hello DimitriosThank you for your question and welcome to the forum.
I think you would need to use an AND function as part of the logical test argument (first part) of the function. For example, if I wanted Excel to check if the value in cell X is greater than Y but also less than Z:
=if(and(X>Y),(X<Z),....
so the value in cell X would need to meet both conditions (be greater than value Y but also less than value Z) in order for Excel to then enter the 'value if true' (second part) of the function into the cell for you.
I hope this helps.
Kind regards
Amanda
|
|
How To Recruit The Right Person For The Job As a manager, one of your key responsibilities is finding competent, skilled staff that fit the role and the company well. They must be able to fulfil the skill set you need initially, with the potential to learn more and adjust easily to the style and atmosphere of the team and the working environment. How do you go about this? » Article: Introduction to management course |
» Forum post: Copy paste from People soft |
» Tip: Tooltip Display Options |



Course updates

