Hello,
I need to create a formula that chooses between the result of two IF functions.
Example:
A1: the result is FALSE
A2: the result is a number.
B1: Is where I want the formula to go that selects whichever cell contains the number.
Thanking you in advance for any and all help.
Last edited by artiststevens; 12-15-2010 at 12:43 AM.
This will do that:
=IF(ISNUMBER(A1), A1, IF(ISNUMBER(A2), A2, ""))
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
That worked perfectly! Thanks Jerry!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks