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)
Hi Pradeep,
Can you please explain your query little more, do you want to update same cell (A1) every day and do you want to cumulative in cell B1.
Than there is no way to achieve this with this. you have to maintain historical data or use VBA but VBA is also will not be able to help you...
NO, as you mentioned in your last post
contains "ESC", the code should not send email
then
And Range("A1").Value = "Missing" And Range("B1").Value <> "ABC"
Hi Sam,
This could be a lengthy process to track every transaction to next translation age, to identify this you have check track every next transaction date and then calculate age between dates. if you want to find out first transaction v/s first repeat then you can refer enclosed file.
thnks
Hi GB,
Hope headers name does not change and those are unique name, if yes, than you can use get column address using match function and than you can make your formula dynamic.
Hi Ratish,
Please modify below code in VBA editor.
If Target.Address = Range("a1").Address _
And Range("A1").Value = "Missing" And Range("B1").Value <> "" Then
MsgBox "Email processing...please wait"
Hi Thomas,
You can handle you error through IFERROR formula
use below formula with ctrl+shft+enter
=SUMPRODUCT(IFERROR($A$1:$AK$1="Motor",0)*IFERROR($A$2:$AK$2="AP",0)*IFERROR($A$3:$AK$4,0))