Forum Discussion
Formula help needed
- Jun 27, 2021
Hi Malen0125,
I have questions: 1. para ma count nya ang entry sa table , necessary na in convert nya sa power query table? same like validation table.
A. Dili necessary pero it will make it mas sayon. I think the validation table is a static table, meaning it stays the same size dimension only to present values that are aggregated (summarized) related to the details of gathering information, typically most corporate businesses use a pivot table or data model. Since your data set isn't large enough to warrant an expansion of the validation table, you can have it as is, where it is and no need to change it until there's a need for expansion where you can decide on whether you want to used a pivot table that is based on a data model.
2. Is it possible na if naa ko entry in table (new case) automatice sya mo count didto sa table 2 (conso table).
A. Automatic=Dynamic. Para ma dynamic ang update sa table kinahanglan gamiton nmo ang excel formatted table kay pg mg add ka ug new entry mg expand mn ang table automatic, pati ang range sa formula automatic xa mg update.
if you could share sample file in excel, i can help out.
- Malen0125Jun 27, 2021Copper Contributor
Hi, Ravitosh Kumar
Yes, i can share it with you. Pls see attached document. hope to hear from you soonest.
- Ravitosh KumarJun 27, 2021Copper Contributor
Malen0125 i have converted data entry sheet to table. worked file attached.
=SUMPRODUCT((Table1[Designation]=E$5)*(Table1[[#Headers],[Anti-Body + / Antigen +]:[w/ FTW]]=$C10)*Table1[[Anti-Body + / Antigen +]:[w/ FTW]])summary data shows & works fine with additional data i tested.
it is intersection of all the 3 conditions: (designation) with (type of test) with (data values).
- Malen0125Jun 27, 2021Copper Contributorhi, Ravitosh Kumar
This is perfect, thank so much for sharing your skills in excel. This is a great help to me. Talk to you soon.