hi, good days,
i face a big problem here.
i had use the formula countif but if the value is too big or too long it come out #VALUE! .i attach the attachment here. u may refer.
please help...
hi, good days,
i face a big problem here.
i had use the formula countif but if the value is too big or too long it come out #VALUE! .i attach the attachment here. u may refer.
please help...
You have space in number in D3.. remove it...
1.23456789012345E+99123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678123123456789 1234567891332135454848474
Never use Merged Cells in Excel
if don't hv space, also same. hv mistakes.
but my data has many spaces and not only integer.
can help?
COUNTIF criteria value limited to 255 characters
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
You can use SUMPRODUCT but it is very expensive performance wise
E3: =SUMPRODUCT(--($D$3:$D$5=$D3))
Pre XL2007 you can not use entire column references (ie D:D will generate a #NUM! error) ... that said you should strive to keep range sizes to a minimum when using any Array formula (this includes Sumproduct) - regardless.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks