Computing.Net > Forums > Office Software > Excel if

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel if

Reply to Message Icon

Name: LA
Date: February 5, 2009 at 14:43:03 Pacific
OS: Windows XP
Subcategory: General
Comment:

if I want to do a summary page of a forecast and put the answers in a date column what would it be
now I've got IF(D3=DATEVALUE("7/1/2009"),C3,0)
for instance if salesperson A is closing a deal in july 09, post the value of that transaction on a summary page



Sponsored Link
Ads by Google

Response Number 1
Name: Jennifer SUMN
Date: February 5, 2009 at 17:09:00 Pacific
Reply:

What value is in C3?

"So won’t you give this man his wings
What a shame
To have to beg you to see
We’re not all the same
What a shame" - Shinedown


0

Response Number 2
Name: DerbyDad03
Date: February 5, 2009 at 18:24:17 Pacific
Reply:

If what you are trying to do is put the formula on (for example) Sheet 1 but base the result on cells on (for example) Sheet 2, then the formula on Sheet 1 should look like this:

=IF(Sheet2!D3=DATEVALUE("7/1/2009"),Sheet2!C3,0)

If the Sheets have names, then it might look a little different.

On your Sheet named Summary, you might refer to the sheet named Salesperson A as follows:

=IF('Salesperson A'!D3=DATEVALUE("7/1/2009"),'Salesperson A'!C3,0)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel if

Microsoft Excel IF Statement www.computing.net/answers/office/microsoft-excel-if-statement/4444.html

Excel IF Statement Help Needed www.computing.net/answers/office/excel-if-statement-help-needed/7417.html

Excel IF Statement www.computing.net/answers/office/excel-if-statement/7742.html