I am trying to combine two formulas but with no luck! I want to check if part of a cell string is equal to "march" and if it is then I want to check if another cell string is equal to "booking" if this condition is met then I want do display the contents of another cell.
So for example cell A1 has the string "2nd March 2015" and cell A2 has the string "booking" the condition is met and I therefore want to display the value of A3.
I tried something like this but it did not work:
=IF(AND(ISNUMBER(SEARCH("mar",A1)),A2="booking",A3,""))
Tried every way I can think of but cannot get it to work the way I want it to...
Thank you in advance for any help
Bookmarks