AW: Apps Script Code Help!

2022-09-28 Thread 'Axel Ronnisch' via Google Spreadsheets API
;F") {grade = "F";    return grade;     } }  Gesendet von Mail für Windows Von: Olaf StolleGesendet: Dienstag, 27. September 2022 20:09An: google-spreadsheets-api@googlegroups.comBetreff: Re: Apps Script Code Help! das sind Funktionen und Du kannst es einfach Heraus k

AW: Apps Script Code Help!

2022-09-28 Thread 'Axel Ronnisch' via Google Spreadsheets API
t;= 80 && grade <= 89) {grade = "B";return grade;  }  else if (grade >= 90) {grade = "A";return grade;  }   }   VGAxel Gesendet von Mail für Windows Von: Olaf StolleGesendet: Dienstag, 27. September 2022 20:09An: google-spreadsheets-ap

Re: Apps Script Code Help!

2022-09-27 Thread Olaf Stolle
das sind Funktionen und Du kannst es einfach Heraus kopieren und Experimentieren. oder gib mir deine tabelle zu edit frei. VG Olaf Am Di., 27. Sept. 2022 um 20:05 Uhr schrieb SJ B : > Danke Olaf. Muss ich dies in das Apps-Skript oder direkt in die Tabelle > eingeben? > On Tuesday, September

Re: Apps Script Code Help!

2022-09-27 Thread SJ B
Danke Olaf. Muss ich dies in das Apps-Skript oder direkt in die Tabelle eingeben? On Tuesday, September 27, 2022 at 11:30:45 AM UTC-4 olaf@gmail.com wrote: > Hallo, > versuche es mal mit diesen Ansätzen > > G H > J > 90-100=A, 80=89=B, 70-79=C, 60-69=D, <60=F. > 61 D > =WENN(UND(J4>=G5;

Re: Apps Script Code Help!

2022-09-27 Thread Olaf Stolle
Hallo, versuche es mal mit diesen Ansätzen G H J 90-100=A, 80=89=B, 70-79=C, 60-69=D, <60=F. 61 D =WENN(UND(J4>=G5; J4<=H5);I5; WENN(UND(J4>=G6; J4<=H6);I6; WENN(UND(J4>=G7; J4<=H7);I7; WENN(UND(J4>=G8; J4<=H8);I8; WENN(UND(J4>=G9; J4<=H9);I9) 90 100 Ein 80 89 B 70 79 C 60 69 D 0 60 F A+ Ein

Re: Apps Script Code Help!

2022-09-27 Thread SJ B
PS: I'm a newbie and am trying to do this on my own so please keep it simple with the responses as I'm not as versed as some of you are with this! Thank you! :D On Tuesday, September 27, 2022 at 10:52:52 AM UTC-4 SJ B wrote: > I’m working with data in Google Sheets. I have a list of

Apps Script Code Help!

2022-09-27 Thread SJ B
I’m working with data in Google Sheets. I have a list of information containing grades that are numerical on a scale of 0-100, as well as letter grades (A+, A, A-, etc.) I need to get all this information in one clear format in my Google Sheets Sample.