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 conditional summation
Name: James Young Date: August 16, 2005 at 13:55:42 Pacific OS: WinXP CPU/Ram: 1 gb
Comment:
I have a series of values in columns, one for each day of the month, but as the month progresses, the forecast values are replaced by actual values. What is the best way to make the sheet add only the actual values by reading a cell giving the last actual date?
Name: Bryco Date: August 17, 2005 at 09:25:37 Pacific
Reply:
Don't think I comprehend the full concept of your desires.
Personally I would maintain both forecast and actual values on my spreadsheet by separating the columns.
Can you reword/redefine your desired results? Also, are all the values input maually or otherwise?
Bryan
0
Response Number 2
Name: Michael J (by mjdamato) Date: August 18, 2005 at 12:54:32 Pacific
Reply:
In my opinion, you should have separate fields for estimated values and actual values. You could then have a third row of fields that uses an if statement to use the actual value if it exists otherwise it uses the estimated value. Then use the sum of this third row.
Michael J
0
Response Number 3
Name: James Young Date: August 18, 2005 at 16:06:37 Pacific
Reply:
I used separate rows for actual and forecast data with the if statement to ascertain that the actual field was blank. Since I was trying to save space and didn't want to use the extra rows, I just hide the rows containing the actual and the forecast, leaving only the conditional result. The user of the information is very big on the actual + forecast summation.
Summary: I have two excel work books, one has two columns. First column contains a part number and the second contain the description for the part number to the right of it. In the second workbook i have a l...
Summary: I have a simple excel file to track expenses. I have costs in 3 columns- column C for credit card 1, D for credit card 2 and E for purchase orders. In Column F is a classification- food, gas, supplie...
Summary: I want to create a formula which will look in colum A1:A2 for text "test". When this is found it will have to copy the text found on the horizontal cell, B2 if found on A2, to Sheet2 in cell A1. Thank...