Tidy a list

MarkAndrews

Well-known Member
Joined
May 2, 2006
Messages
1,970
Office Version
  1. 2010
Platform
  1. Windows
Dominic - You are a star mate!! (& I know your really busy today, thanks for taking the time to help me)

One other quick question, is there anyway to ignore column E if this is '0' & just return the total? EG - 20 from the above example?

Thanks v much mate
 
Upvote 0

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Just thought of the IF - Mind is not on things today

Thanks for your ever valued help Dominic
 
Upvote 0
=IF(E18="0"=TRUE,F18,CONCATENATE(F18,"("&E18,$H$1&")"))

E18 is 0, but it is not simply returning the total in F, which is 17

??????
 
Upvote 0
Hi Mark

Just thought of the IF - Mind is not on things today
You really need this holiday, don't you mate? :biggrin:

Not so much the formula, as the result. It is numerical and from the formula you quoted back at me, you enclosed the 0 in quotes - "0". Remove the quotes from the 0. That should work it out.

HTH

DominicB
 
Upvote 0
:biggrin:

Thanks mate, really appreciate

& Yes, Certainly do need this holiday! :LOL:
 
Upvote 0
Hi Mark

Is there a reason for this?
Yes, there is. The formula is in C2 and looks at A3 expecting to find a "(" in there somewehere. A3 contains Andrew Arnold - no brackets, hence the error.

HTH

DominicB
 
Upvote 0

Forum statistics

Threads
1,215,548
Messages
6,125,472
Members
449,231
Latest member
Sham Yousaf

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