R
Rjb
Ok, working on this for work and I can not figure this out I'm not
real familiar with excel. I need to take a number that changes day to
day, and enter it into cell corrosponding to the days of the week on
another spreadsheet. I'm using an IF statement to figure out the day
of the week and put the number in, using
(weekday(now(),2)=1,2,3,4,5),b2,(don't know what to put here)
depending on the day. The problem I am haveing is I need the number in
the cell to stay the same that it was on that day so I can total the
week up at the end of the week.
input cell on monday->25 , input cell on tues-> 15
then the cells with the if statements should look like this,
Mond->25, Tues-> 15,
but instead on tues
mond->0, tues->15
Hope this makes sense
real familiar with excel. I need to take a number that changes day to
day, and enter it into cell corrosponding to the days of the week on
another spreadsheet. I'm using an IF statement to figure out the day
of the week and put the number in, using
(weekday(now(),2)=1,2,3,4,5),b2,(don't know what to put here)
depending on the day. The problem I am haveing is I need the number in
the cell to stay the same that it was on that day so I can total the
week up at the end of the week.
input cell on monday->25 , input cell on tues-> 15
then the cells with the if statements should look like this,
Mond->25, Tues-> 15,
but instead on tues
mond->0, tues->15
Hope this makes sense