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 formula...again...
Name: STeVo_SFC Date: June 4, 2007 at 21:45:48 Pacific OS: Win XP Pro SP2 CPU/Ram: P4 3.2Ghz 1gb Dual RAM
Comment:
Hi,
Hate to bother every1, just have a quick question regarding a excel formula. Im using a lot of =sum formulas, i was just wondering in my total figures, is there any chance i can have the display value show nothing if there was no other data entered. Eg on my total page, if no data was entered on other pages, shows a 0. Its fine...but i prefer instead of 0 it just don't show anything. Possible?
If at first you don't succeed, simply give up and let me do it!!!
Name: t8ntlikly Date: June 5, 2007 at 07:25:14 Pacific
Reply:
If you all ready have the formula in place, you can go into Excel Options and in there ucheck "show zero values". This will affect all spreadsheets in Excel however. you can also add something like this if (Xxx<1,"") Where X is the Column and xx is the cell number.
0
Response Number 2
Name: Bryco Date: June 5, 2007 at 09:59:58 Pacific
Reply:
Let's say your sum total was for A1:A6 Use the following in A7: =IF(SUM(A1:A6)<>0,SUM(A1:A6)," ")
Meaning if the sum of a1 thru a6 is greater than or less than 0 then sum of a1:a6 else blank.
HTH Bryan
Edit: Had left off the last closing parenthesis on the end of the formula.
Summary: Hey, I am working on a quick spreadsheet for reporting for work, and everything works fine, except for 1 sheet, which i'm not sure how to do it! I'm not very advanced at excel, but i have been using V...
Summary: Hi All I need some help with a certain Excel formula. Hopefully my explanation is clear enough. Basically I have 3 columns - Days, Hours and Minutes. Currently I put in data for each column and it is ...
Summary: For no apparent reason I have encountered problems with excel formulas. Instead of dragging formulas across columns, my speadsheets are copying information only. Also, summed columns of figures are no...