N nader assaleh Member Sep 14, 2016 #1 hi guys from attached file how can i find the ID for all workers who work on SUN (this is dynamic) cell c3 in shift A ( this is also dynamic) cell c4 many thanks Attachments Book1.xlsx Book1.xlsx 13.6 KB · Views: 7
hi guys from attached file how can i find the ID for all workers who work on SUN (this is dynamic) cell c3 in shift A ( this is also dynamic) cell c4 many thanks
T tomas Active Member Sep 14, 2016 #2 this should do it Attachments chandoo.xlsx chandoo.xlsx 14.4 KB · Views: 14
B bosco_yip Excel Ninja Sep 14, 2016 #4 Another option in easier way. Please see attachment. Regards Attachments DayShift.xlsx DayShift.xlsx 14.4 KB · Views: 10
B bines53 Active Member Sep 15, 2016 #5 It is also possible that, Without helped Column, Excel 2010 and above, David
B bines53 Active Member Sep 15, 2016 #6 The File, Attachments Book1-1.xlsx Book1-1.xlsx 14.2 KB · Views: 10
N nader assaleh Member Sep 15, 2016 #7 is there a bines53 said: The File, Click to expand... thank you much. but i wonder if it could solved without using row function as i do not feel comfortable when it being used.
is there a bines53 said: The File, Click to expand... thank you much. but i wonder if it could solved without using row function as i do not feel comfortable when it being used.
B bines53 Active Member Sep 15, 2016 #8 ROW(A1)=1,ROW(A2)=2 Look in the file, David Attachments Book1-1.xlsx Book1-1.xlsx 14.5 KB · Views: 4
John Jairo V Well-Known Member Sep 15, 2016 #9 Hi to all! Is better use ROWS(O$6:O6) (if the init formula is in O6) instead of ROW(A1) or ROW(1:1), 'cause if you eliminate the column A or insert new rows, the formula don't work. Blessings!
Hi to all! Is better use ROWS(O$6:O6) (if the init formula is in O6) instead of ROW(A1) or ROW(1:1), 'cause if you eliminate the column A or insert new rows, the formula don't work. Blessings!
B bosco_yip Excel Ninja Sep 15, 2016 #10 Another reason in use ROWS(A$1:A1) instead of ROW(A1) or ROW(1:1) : =ROWS(A$1:A1) --> return : 1 =ROW(A1) --> return : {1} =ROW(1:1) --> return : {1} Regards Bosco
Another reason in use ROWS(A$1:A1) instead of ROW(A1) or ROW(1:1) : =ROWS(A$1:A1) --> return : 1 =ROW(A1) --> return : {1} =ROW(1:1) --> return : {1} Regards Bosco