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
Name: D Mosca Date: May 20, 2007 at 15:08:32 Pacific OS: Windows XP CPU/Ram: 1.40GHz 504 MB Product: Dell Inspiron B130
Comment:
Need help with an Excel formula - EXAMPLE: Need to enter a formula into Cell C1 to multiply a number entered in Cell A1 (20,000) by the number in Cell B1 (.03%), if the resulting product is less than 10, I need the formula to apply 10 as the minimum acceptable number (i.e., 20,000 x .03% = $6.00, but need the cell to reflect a round up to $10 even)
Name: Razor2.3 Date: May 20, 2007 at 15:18:48 Pacific
Reply:
=if(a1*b1>10,a1*b1,10)
0
Response Number 2
Name: D Mosca Date: May 20, 2007 at 19:16:00 Pacific
Reply:
Razor2.3 - Thanks so much for the quick response (yahoo - it works!) One other question: Is there any way of getting the cell to return "0" if there is not yet any calculation down the entire column (I've provided 25 lines for individual transactions, but the problem is that on the lines not yet used, it's showing the $10 minimum where (at this point) it should be zero? (Thanks so much - you're a life saver!)
0
Response Number 3
Name: Razor2.3 Date: May 20, 2007 at 19:28:51 Pacific
Reply:
=if(or(a1*b1>10,a1*b1=0),a1*b1,10)
Edit: That'll require both colums to be non-zero (and not empty). If you just want to test if A1 is blank, try =IF(OR(A1*B1>10,ISBLANK(A1)),A1*B1,10)
0
Response Number 4
Name: D Mosca Date: May 20, 2007 at 21:55:47 Pacific
Reply:
Hey Razor2.3 - Perfect - just what I was looking for. thanks so much for your help (I spent all afternoon trying different formulas and nothing worked -- didn't know if I should have been going with round, roundup, etc. This is exactly what I needed for my sheet -- many many many thanks. Have a great evening
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...
Summary: 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 v...