how to get date from week and day in appsheet

stiil search how to get dete from week and day anyone can help?

0 3 141
3 REPLIES 3

You mean you start with something like "week 13 , Monday" and want Feb 27th?

You could do something like "1/1/2023" + (([week]-1) * 7) + SWITCH( [day] , "Mon",1,"Tue,2....)

Or do you mean something else?

try to used (TODAY() - WEEKDAY(TODAY()) + SWITCH([hari],โ€œAhadโ€,โ€1โ€,โ€œisninโ€,โ€2โ€,โ€œSelasaโ€,โ€3โ€,"rabuโ€,โ€œ4โ€,
โ€Khamis","5","Jumaatโ€,"6","sabtuโ€,"7",""))

but return error

i have column week and day and i need date form it?
week = 1

day = monday 

date =?

 

if i change wee to "2" then day to sunday and i need date ?

 

 

 

 

Top Labels in this Space