#NUM! Help

Asgard

New Member
Joined
Nov 11, 2005
Messages
26
Hello all ,
Looking for a bit of help on a small problem i am having. how do i stop the following returning the #NUM! error ?. =IF(AGGREGATE(14,6,--LEFT(H3:H19999,3),1) and a 0 if ther is no value in the cell ?. I have been looking around at the IF(ISERROR, but i think i may be on the wrong path. Any help greatly appreciated
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Maybe =iferror(if(AGGREGATE (14,6,--LEFT(H3:H19999,3,1),"")

Untested but might be what you're after.

HTH

Mel
 
Upvote 0
HI,
Started with this formula and this gets the #NUM! error. Thanks for the reply though.
 
Upvote 0
Hello Aladin,
The work sheet has a column that requires a entry in the Format 123/16 the aggregatr formula just strips away "/16" and passes the value to second cell where it is compared to the same value in a second spread sheet and then has a 1 added to the value which is passed to a cell in both worksheets.
 
Upvote 0

Forum statistics

Threads
1,203,505
Messages
6,055,794
Members
444,825
Latest member
aggerdanny

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