formulas between worksheets

O

ollie

could any body tell me if it is possible to create a formula that allows you
for example to input a number in worksheet 1 and for that number to
automatically appear in worksheet 2?
 
G

Gord Dibben

If Sheet1 A1 is blank, the formula will return a 0

To trap for that..........=IF(Sheet1!A1="","",Sheet1!A1)


Gord Dibben MS Excel MVP
 
P

Pat

Ok I have a problem. I have this formula which I need to look in another
column AF for the date and calculate by date. I have the following for the
year to date o
=COUNTIF(Projects!N:N,"REJECTED")+COUNTIF(AR!N:N,"REJECTED")+COUNTIF(Legal!N:N,"REJECTED")

Can anyone assist?
 

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