Formatting or Formula??

stumped73

New Member
Joined
Jun 7, 2011
Messages
9
Hi all, hopefully this is a simple problem that I'm having but I'm stumped.

I'm using the formula =IF(ISERROR(C5*K5),"",C5*K5) so that if the cell is #N/A it will display nothing at in the cell. I've used a similar formula in numerous columns and it's works great but in a few columns it is not working and shows $ - instead. I've checked for conditional formatting and there is none. I changed the formula to multiply different columns and it actually works. It seems to be something with the formula, but it calculates properly.

Any thoughts?
Stumped73
 
That worked!

Thank you very much. I really appreciate it.

I'm still confused as to why only certain columns need to be formatted that way but as long as that works I'm cool with it.
 
Upvote 0

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
It's because your formula does actually multiply empty cells, which are taken as zero for calculation purposes, to give a zero result. Empty cells are not taken as zero during formatting ... just for info. Glad you are cool with it anyway.
 
Upvote 0
But I'm using the same formula in other columns just multiplying different columns. ie. my total cost column is the same as my total sales (qty*cost vs qty*price)

Oh well, as they say "don't sweat the small stuff"

Thanks again.
 
Upvote 0

Forum statistics

Threads
1,225,152
Messages
6,183,199
Members
453,151
Latest member
Lizamaison

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