ryan.gillies
Registered User.
- Local time
- Today, 15:26
- Joined
- Apr 8, 2011
- Messages
- 53
Hi everyone, I'm trying to create a formula in Excel and completely stuck!
Assume I have a table with the following values in the following cell references:
I want to be able to write the following statement:
I've tried searching for an answer to this, but don't really know what it is I need to search for to find it.
I have to use it as a formula rather than in VBA, as I plan to use it in a conditional formatting function.
Can anyone tell me if this is possible?
Assume I have a table with the following values in the following cell references:
Code:
A1: 10
A2: >
A3: 100
I want to be able to write the following statement:
Code:
=IF(A1 & A2 & A3,"Yes","No")
[I]Which would read as...[/I]
=IF(10>100,"Yes","No")
I have to use it as a formula rather than in VBA, as I plan to use it in a conditional formatting function.
Can anyone tell me if this is possible?