help!

D

darkbearpooh1

Ok, here is what I would like. I am trying to simply transfer the Tim
in and Time out and hourly amount for each employee to the block2 shee
so it should be like this, From the Monday page I would like to transfe
the numbers for "carmen"
the numbers I want to transfer are for "time in" is in cell B28
Carmen's "time out" is in cell C28 and her amount of hours she will b
working is in cell D28.
Ok now I want to try to match that to her name on the block2 sheet s
on block 2 sheet so that information will be applied to cell's B7,C7,D
under monday.it would look up the names if her name was not on monda
then it would just leave it blank. i have this formula so far
=SUMIF(INDIRECT(B$5&"!A28:A46"),$A7,INDIRECT(B$5&" !D28:D46"))
from a expert helper but for some reason on my sheet it is gettin
errors
any idea's ?
ill post my sheet to see if it help

+-------------------------------------------------------------------
|Filename: LINEBARtest18.zip
|Download: http://www.excelforum.com/attachment.php?postid=4369
+-------------------------------------------------------------------
 
D

Domenic

Within the second set of quotes for the INDIRECT function, you have a
space. Remove it...

=SUMIF(INDIRECT(B$5&"!A28:A46"),$A7,INDIRECT(B$5&"!D28:D46"))

Hope this helps!

darkbearpooh1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top