Hi
I've three quick questions, please:
1) Is it possible to create a formula which which can search for two different numbers in a cell and IF they are the same, return a result? Eg if a cell had "3 for 3" I'd like to return the words "same numbers"
2) If a cell had two values but X was greater than Y eg 5 for 3, I'd like to return "X greater than Y"
3) if a cell does NOT contain specific words eg "for" and "buy" I'd like to return "Fixed Price."
I've used the search function to return values eb with the data below, if the word "Now" is in cell A1 and the word "Extra" is in cell A2, then putting this formula in cell B1 will return "Price Cut" and dragging it down to B2 will return "Added Value" so I guess I need a variation of this formula? =IF(ISNUMBER(SEARCH("Now",A1)),"Price Cut",IF(ISNUMBER(SEARCH("Extra",A1)),"Added Value",""))
[TABLE="width: 144"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Now[/TD]
[TD]Price Cut[/TD]
[/TR]
[TR]
[TD]Extra[/TD]
[TD]Added Value[/TD]
[/TR]
</tbody>[/TABLE]
I've three quick questions, please:
1) Is it possible to create a formula which which can search for two different numbers in a cell and IF they are the same, return a result? Eg if a cell had "3 for 3" I'd like to return the words "same numbers"
2) If a cell had two values but X was greater than Y eg 5 for 3, I'd like to return "X greater than Y"
3) if a cell does NOT contain specific words eg "for" and "buy" I'd like to return "Fixed Price."
I've used the search function to return values eb with the data below, if the word "Now" is in cell A1 and the word "Extra" is in cell A2, then putting this formula in cell B1 will return "Price Cut" and dragging it down to B2 will return "Added Value" so I guess I need a variation of this formula? =IF(ISNUMBER(SEARCH("Now",A1)),"Price Cut",IF(ISNUMBER(SEARCH("Extra",A1)),"Added Value",""))
[TABLE="width: 144"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Now[/TD]
[TD]Price Cut[/TD]
[/TR]
[TR]
[TD]Extra[/TD]
[TD]Added Value[/TD]
[/TR]
</tbody>[/TABLE]