Linking Cells from a different Worksheet with an IF Function

G

Ghalmaraz

Hi

In my workbook I have two worksheets, one of which includes data from
Access, the other presents it in a more managable way. What I need is a
formula that would link two cells across the worksheets IF the individual
(numbered from 1-22) and the date (in dd/mm/yyyy) meet criteria. Also, the
data is incomplete (in that some months there was no data inputted (when a
zero should have been inputted)) would need to show a 'zero'

Any Ideas?

G
 
L

Luke M

Sounds like you need a SUMPRODUCT function that looks something like
=SUMPRODUCT((RangewithIndividuals = 1)*(RangeWithDates =
DATEVALUE("1/1/2009")*(RangeWithValuesYouWant))

We really need you to better define what you mean by 'link' the two cells
 
G

Ghalmaraz

Thanks Luke,

basically i need the same value from the access worksheet in the second
worksheet. But as i said, some data that was '0' was not entered into Access
(as a means of saving time i think), but i still need the zero in the second
worksheet so i didnt think a SUMPRODUCT formula would work!

G
 

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

Top