Hi Pushppreet,
This is due to the feature of Small function if you investigate your formula output using f9. there is no 32nd numeric value in small function array
16 17 19 20 21 23 24 25 26 27 28 29 32 34 35 36 37 39 40 41 42 44 45 46 47 49 50 53 54 55 56 FALSE} FALSE ## ## ## ## FALSE ## ##...
one suggestion, you can make your pivot table dynamic or take reference from the table.
For more information, please refer below Url to make the dynamic pivot table.
http://excelpivots.com/excel/pivot_table_expanding_data_ranges/
s
@Amt,
Please use below formula to convert date
=DATE(2000+RIGHT(A2,2),MID(A2,4,2),LEFT(A2,2)).
This happens due to incorrect date format, there is two way to resolve this problem
1) change your system date format
2) use above formula
Hi Sichil,
seems this is complete project requirement, we are here to help or guide in any query or issue.
request you to please try yourself and ask any query / issues in the while
H, Hazra,
For 1 - you can check with if condition (if the both values are same then result should be zero "0")
For 2 - see condition formatting required True / false and values and your formula return blank and formula -
sample formula
=IF(the formula cell <0, 0,the formula cell) = 0 then x...
Hi ysherriff,
if the "S:\SPandA\Aegis\Clinical\DOR CJR Logs\Reports\" is static than you can refer below formula
=LEFT(RIGHT(A1,(LEN(A1)-46)),FIND("\",RIGHT(A1,(LEN(A1)-46)))-1)
Hi ALAMZEB,
Seems your sample set (desire out is incorrect).
Please see this formula hope this will work
=AVERAGEIFS(INDEX($I$3:$U$7,MATCH($A4,$I$3:$I$7,0),0),$I$3:$U$3,">="&C4,$I$3:$U$3,"<="&D4)