Dec 17 2018 11:36 AM
Dec 17 2018 01:53 PM
SolutionThat could be like
=INDEX(Sheet0!$F$111:$F$120, MATCH(1,INDEX( ($B7*(($C7="µA")*0.000001+($C7="mA")*0.001+($C7="A"))>=Sheet0!$B$111:$B$120*((Sheet0!$C$111:$C$120="µA")*0.000001+(Sheet0!$C$111:$C$120="mA")*0.001+(Sheet0!$C$111:$C$120="A")))* ($B7*(($C7="µA")*0.000001+($C7="mA")*0.001+($C7="A"))<=Sheet0!$D$111:$D$120*((Sheet0!$E$111:$E$120="µA")*0.000001+(Sheet0!$E$111:$E$120="mA")*0.001+(Sheet0!$E$111:$E$120="A"))), 0,),))
but much better to convert ranges into excel tables and add helper columns to adjust units. Please see attached
Dec 18 2018 09:18 AM
Thankyou very much
Sir I want Ac current lookup
and CMC two
Dec 18 2018 09:26 AM
For AC Current CMC depends on frequency, not only on AC Current range values. And you have no frequency in your input.
Dec 19 2018 07:52 AM
ok sir
This formula is applicable to "DC Voltage",Frequency,Capacitance,
In AC Current and AC Voltage How we lookup
Dec 12 2022 09:12 PM
How to find the CMC1 and CMC2 based on the AC Voltage and Frequency.
I attached the video for reference.
Feb 23 2023 12:37 AM
Mar 01 2023 06:26 AM
If more close to Excel file, could you please specify what shall be calculated in which cell of the spreadsheet.
Mar 04 2023 10:18 AM
could you please refer the excel file.
Mar 09 2023 05:19 AM
Thank you, but the formal logic why it shall be selected this or that value is still unclear. Based on assumptions and assuming you are on 365 for the first case it could be
=LET(
f, FILTER(Sheet0!$B$4:$L$38,(Sheet0!$E$4:$E$38=$A32) * (Sheet0!$G$4:$G$38=C$32) ),
ff, FILTER(f,CHOOSECOLS(f,3)>=$B32),
xx, XLOOKUP( $D32, CHOOSECOLS(ff,5), CHOOSECOLS(ff, 9),,-1 ),
xx )
(see M32:M34 in attached)
Mar 10 2023 09:35 AM
I use Excel 2019 version.
Mar 11 2023 03:48 AM
Sorry, can't help when, perhaps someone else
Dec 17 2018 01:53 PM
SolutionThat could be like
=INDEX(Sheet0!$F$111:$F$120, MATCH(1,INDEX( ($B7*(($C7="µA")*0.000001+($C7="mA")*0.001+($C7="A"))>=Sheet0!$B$111:$B$120*((Sheet0!$C$111:$C$120="µA")*0.000001+(Sheet0!$C$111:$C$120="mA")*0.001+(Sheet0!$C$111:$C$120="A")))* ($B7*(($C7="µA")*0.000001+($C7="mA")*0.001+($C7="A"))<=Sheet0!$D$111:$D$120*((Sheet0!$E$111:$E$120="µA")*0.000001+(Sheet0!$E$111:$E$120="mA")*0.001+(Sheet0!$E$111:$E$120="A"))), 0,),))
but much better to convert ranges into excel tables and add helper columns to adjust units. Please see attached