Hi folks. I’m working on a spreadsheet for repeater frequencies and would like to have the spreadsheet calculate and display the offsets automatically. I started designing the sheet in Excel 2016 and used the “IFS” function instead of nesting IF statements. I’m wondering how one would write “=IFS(AND(B4>145.1,B4<145.5),B4-0.6,AND(B4>146,B4<146.4),B4+0.6,AND(B4>146.6,B4<147),B4-0.6,AND(B4>147,B4<147.4),B4+0.6,AND(B4>147.6,B4<148),B4-0.6,TRUE,“Simplex”)” in LibreOffice.
The parameters I’m trying to meet are in this table:
2-Meter Repeater Output Frequency Standard Input Frequency Offset 145.1 MHz - 145.5 MHz -600 kHz 146.0 MHz - 146.4 MHz +600 kHz 146.6 MHz - 147.0 MHz -600 kHz 147.0 MHz - 147.4 MHz +600 kHz 147.6 MHz - 148.0 MHz -600 kHz
The task I wish to perform is that I enter the output frequency and the spreadsheet calculates the input frequency.
FWIW, the answer to this question could also be useful in another sheet I’m trying to design that will color code cells based on results of blood pressure and heart rate readings.
Thanks in advance!