montecarlo2012
Well-known Member
- Joined
- Jan 26, 2011
- Messages
- 985
- Office Version
- 2010
- Platform
- Windows
Hello.
In this set of number the main condition is to delete any
Set of numbers that have the same different
In the example by simple inspection you can realize
That the first 4 sets have the same pattern [the same differences]
Only the last set is random.
I was wondering if I have to write for example
IF range(“B2”).value – range(“C2”) = range(“C2”).value – range(“D2”) _
And range(“D2’).value – range (“E2”).value = range(“E2”) – range(“F2”)_
And F2 – G2 then
End if
or do not display.
{display ONLY the set of numbers that do not have the same different)
Of course do not work
How can I write this kind of condition
My array is dynamic,
Size at the moment B2 : G xlend
Thank you for the time you take reading this.
any feedback will be appreciated
if there are not feedback I understand also.
In this set of number the main condition is to delete any
Set of numbers that have the same different
In the example by simple inspection you can realize
That the first 4 sets have the same pattern [the same differences]
Only the last set is random.
I was wondering if I have to write for example
IF range(“B2”).value – range(“C2”) = range(“C2”).value – range(“D2”) _
And range(“D2’).value – range (“E2”).value = range(“E2”) – range(“F2”)_
And F2 – G2 then
End if
or do not display.
{display ONLY the set of numbers that do not have the same different)
Of course do not work
How can I write this kind of condition
My array is dynamic,
Size at the moment B2 : G xlend
Thank you for the time you take reading this.
any feedback will be appreciated
if there are not feedback I understand also.