multiple formula in the same cell

adriana25

New Member
Joined
Aug 5, 2011
Messages
13
please help, i want to do this formula in excel in the same worksheep if is possible. for example in the cell A1 i have a number 5000. the formula have to do like this: until 2100*7%=147; the difference(2900 * 18%=522), and then i have to aditionate 147+522=669; all thi in a one cell

Thank you very much
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
AlphaFrog thank you sooooo much for your idea :beerchug: . This formula needs me to calculate the tax from salary. So if the salary is until 2100 then the tax is 7%, if is superiour then until 2100 *7%, the difference 18%. I made this formula

+IF(A1<=2100;A1*7%;(2100*7%)+(A1-2100)*18%) and it is worked;)

thanks so so so much... im so glad that i find this forum
 
Upvote 0

Forum statistics

Threads
1,224,544
Messages
6,179,430
Members
452,915
Latest member
hannnahheileen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top