
Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
Hi Bob,
I'm having problems.
This is what I have put in:
=F5*VLOOKUP(reg,CA5:CC19,4,FALSE)
'F' is the column the total hours are in
reg is the heading in my list for the registration number.
CA5:CC19 is the lists area (the list isn't named as I don't know how to...
is that important?)
'4' is the column I want the answer to go in (I'm pretty sure this one is
wrong, but I'm not too sure what I am supposed to be referring to)
'FALSE' is the word you put at the end so I copied it, but again I'm not
sure what it means.
Got a couple of minutes to help me out again?
> =SUM(TOTALHOURS*VLOOKUP(reg_number,reg_and_hours_list,2,FALSE))
>
[quoted text clipped - 31 lines]
> >
> > Thank you in advance
Bob Phillips - 02 May 2008 16:17 GMT
Let's take it from my example
=SUM(TOTALHOURS*VLOOKUP(reg_number,reg_and_hours_list,2,FALSE))
and let's assume that we are looking at row 2 data in this instance
TOTALHOURS is the hours to multiply by - no problem there I assume
reg_number would be the registration number in row 2
reg_and_hours_list would be that list that shows the registration numbers
and hourly cost. I assumed that registration numbers would be one column,
the hourly cost would be the next, that is why I used 2, column 2 within
that list. The FALSE just indicates that the list might not be sorted.

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi Bob,
>
[quoted text clipped - 63 lines]
>> >
>> > Thank you in advance
forevertrying - 02 May 2008 16:27 GMT
Hi Bob,
I pretty much get all that, and yet its still not working. I've read that
the V stands for vertical. Does that mean that the list I want to take the
info from HAS to be above where I want the answer?
> Let's take it from my example
>
[quoted text clipped - 78 lines]
> >> >
> >> > Thank you in advance
Bob Phillips - 02 May 2008 17:34 GMT
No it just means that the reg numbers are in a column (not a row) as are the
hourly costs.

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi Bob,
>
[quoted text clipped - 92 lines]
>> >> >
>> >> > Thank you in advance