---
From: pawel lupinski
To: "excel-macros@googlegroups.com"
Sent: Wed, December 5, 2012 8:33:05 AM
Subject: Re: $$Excel-Macros$$ multiple parameters function VBA
Paul,
Thanks for reply.
Yes I have couple problems :)
1. file is too big to send.
2. I've fo
y, December 5, 2012 12:50 PM
Subject: Re: $$Excel-Macros$$ multiple parameters function VBA
Pawel,
We've got a couple of problems here.
(I guess that's why you came to US, right?)
The first problem is going to be that will need help understanding your data.
If you only want to check
________
From: pawel lupinski
To: "excel-macros@googlegroups.com"
Sent: Wed, December 5, 2012 6:38:42 AM
Subject: $$Excel-Macros$$ multiple parameters function VBA
Hi All,
I'd like to create function that will check for me i
p the numbers in Nums
''''''''''''''''''''''''''''''''''
Dim N As Long
Dim D As Double
For N = LBound(Nums) To
Hi All,
I'd like to create function that will check for me if the cell in the row has
value below 0. The issue of mine is that lookup value is not cosistly in the
same column. so could be like this:
I'm looking value in column C then F them Z then AC so there is not real
sequence for it.
Fun