Displaying currency by calculating either a decimal or currency

SchaneConfer

New Member
Joined
Jul 16, 2021
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
I have a table, "Table A", that calculates currency multiplied by a sum of decimals >=1.0. If the dollar amount =0 in the calculation, the amount displayed will be the >=1.0 decimal number. I am using the formula =IF(SUM(F93:G95)=0,FIXED(F86,1),IF(SUM(F93:G95)>0,DOLLAR(SUM(F93:G95)*F86))) to do the calculations and either display the currency or decimal value.

I then have Table A referenced on another tab. On the new tab, I have to sum currency from another table, Table B", and either multiply the sum of the currency from Table B with the decimal output or currency output from Table A.

I have been able to come up with a formula in Table B to calculate the decimal output from table A with the currency in Table B, displaying the result in currency. But, I can't come up with a single formula that will correctly calculate and display currency by either summing currency from Table B and multiplying the two digit number with decimal (x.x) from the results of Table A OR summing the currency result from Table A and the currency from Table B. I've tried, but probably not properly, IF, SUMIF, SUMIFS, OR, AND, with DOLLAR included, and other iterations. Any help? Thanks in advance!
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,214,377
Messages
6,119,185
Members
448,872
Latest member
lcaw

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