Forum Discussion
Lookup Value from the range and convert into another unit
- Dec 17, 2018
That 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
That 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
- ajmal_pottekattil_yoousufDec 13, 2022Iron Contributor
How to find the CMC1 and CMC2 based on the AC Voltage and Frequency.
I attached the video for reference.
- ajmal_pottekattil_yoousufFeb 23, 2023Iron ContributorCould you please guide me.
- SergeiBaklanMar 01, 2023Diamond Contributor
If more close to Excel file, could you please specify what shall be calculated in which cell of the spreadsheet.
- ajmal_pottekattil_yoousufDec 18, 2018Iron Contributor
Thankyou very much
Sir I want Ac current lookup
and CMC two
- SergeiBaklanDec 18, 2018Diamond Contributor
For AC Current CMC depends on frequency, not only on AC Current range values. And you have no frequency in your input.
- ajmal_pottekattil_yoousufDec 19, 2018Iron Contributor
ok sir
This formula is applicable to "DC Voltage",Frequency,Capacitance,
In AC Current and AC Voltage How we lookup