Search : in
By :

Excel: Multiple formulas IN ONE CELL???

Goose, on Nov 8, 2009 2:01:15 pm GMT 
 Report this message to moderators

Hi,

Using Microsoft Excel 2007, I'm trying to apply different formulas to different numbers (1 to 7 days) but all "in the same cell'. Each day is worth $17.

For example: Each person earns $17 per day (=$120 per week). However 17 multiply by 7 = 119

The closest I've come as follows: =J10*17+IF(J10>"7"*17.1428571428,J10>7*17.1428571428,J10<6*17)

However the above for some reson "rounds-up" when days 1-6 are selected (7 is perfect)? 6 multiply by 17 = 102 (not "103" as above formula ilustrates)??

The "number" of "days" on duty in a week is in J10; the dollar amount is calculated in K10. Is it possible to apply different formulas (IN THE SAME CELL, i.e. "K10") for each respective number, as follows:

1 day = $20 (round-up)
2 days = $30 (round-down)
3 days = $50 (round-down)
4 days = $70 (round-up)
5 days = $85 (true)
6 days = $100 (round-down)
7 days = $120 (round-up). As above, 7 multiply by 171428571428 = $120.

Configuration: Windows XP
Firefox 3.5.5

Best answers for « Excel: Multiple formulas IN ONE CELL??? » in :
Basic Excel Formulas Show Basic Excel Formulas Below are some basic formulas for Microsoft excel: Basic formula : ADDITION cell A1 to A10 = sum (A1: A10) AVERAGE cell A1 to A10 = average (A1: A10) MAXIMUM cell A1 to A10 = max (A1: A10) MINIMUM...
Excel - IF formulas for Printing and Calculation ShowExcel - IF formulas for Printing and Calculation Issue Solution Note Issue I am trying to get Excel IF formulas to print a text and calculation based on true/false. Such as, if I have some dates, and I don’t need to send a notice to a...
[Excel] – Countif Formula Show[Excel] – Countif Formula Issue Solution Note Issue I have one excel file in that Column "B" has the "pending or Closed" Status and Column "C" has "Severity 1, Severity 2 and Severity 3" I want to count in one cell with "Pending...
Excel – Formula for cell calculation ShowExcel – Formula for cell calculation Issue Solution Note Issue Simple formula of =J3-SUM(L3:X3) BUT if J3 is empty then I want the formula to run as =C3-SUM(L3:X3) What is the proper formula to get the calculation to utilize J3 if...
Spreadsheet - Formulas ShowIntroduction to Formulas The main use of a spreadsheet is to automate calculations, which means using cells to perform operations based on values in other cells. The spreadsheet recalculates all the values each time a change is made to the value of...