Tough one this !

Kriss Lee

New Member
Joined
Oct 29, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi guys, desperately seeking help :)

I am attempting to Multiply a cell in another cell by using PRODUCT, my problem is this . . .

A1 is a currency format cell which is then multiplied by A2 with a number format, I cannot for the life of me figure out how to have A3 show a zero in currency format when A2 is empty, Product just returns the value of A1

Please show this befuddled old git how to fix this

TIA
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Welcome to the MrExcel forum!

Here are 3 possibilities:

Book1
ABC
1$ 100.00
2
3$ -$ -$ -
Sheet3
Cell Formulas
RangeFormula
A3A3=A1*A2
B3B3=PRODUCT(A1,A2+0)
C3C3=PRODUCT(A1,N(A2))


A3 doesn't use PRODUCT. B3 does if for some reason you really want to use it instead of just the * operator. And C3 will give you a result if the empty cell in A2 is the result of a formula.
 
Upvote 0
Solution
Thank you Eric, many hours of headscratching never even got me close

Genius

Much appreciated
 
Upvote 0
OOOps, Forgot to say the B3 formula did exactly what I wanted it o

Thank you again
 
Upvote 0

Forum statistics

Threads
1,215,756
Messages
6,126,691
Members
449,330
Latest member
ThatGuyCap

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