Hi, I need help doing the following.
If cell A1 matches a range (lets call it B5:K5) then"T2", otherwise return the actual value of B1.
I know it shouldn't be that hard, but I'm a bit blocked. Thnx...
Hi, I need help doing the following.
If cell A1 matches a range (lets call it B5:K5) then"T2", otherwise return the actual value of B1.
I know it shouldn't be that hard, but I'm a bit blocked. Thnx...
Last edited by Kianuz; 06-17-2009 at 12:32 PM.
Perhaps
=IF(ISNUMBER(MATCH(A1,B5:K5,0)),"T2",B1)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
yep, that did the trick. Thanks!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks