Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi, I need help to setup a function with the following concept: in A1, If today()-1 is a workday, take value directly from C2, if its weekend, take value from C2 divide by 3. Thanks. -- insplkm ------------------------------------------------------------------------ insplkm's Profile: http://www.excelforum.com/member.php...o&userid=28771 View this thread: http://www.excelforum.com/showthread...hreadid=484600 |
#2
![]() |
|||
|
|||
![]()
=if(weekday(today()-1,2)<6,C2,C2/3)
-- Regards, Tom Ogilvy "insplkm" wrote in message ... Hi, I need help to setup a function with the following concept: in A1, If today()-1 is a workday, take value directly from C2, if its weekend, take value from C2 divide by 3. Thanks. -- insplkm ------------------------------------------------------------------------ insplkm's Profile: http://www.excelforum.com/member.php...o&userid=28771 View this thread: http://www.excelforum.com/showthread...hreadid=484600 |
#3
![]() |
|||
|
|||
![]()
On Sat, 12 Nov 2005 18:43:35 -0600, insplkm
wrote: Hi, I need help to setup a function with the following concept: in A1, If today()-1 is a workday, take value directly from C2, if its weekend, take value from C2 divide by 3. Thanks. =if(weekday(today()-1,3)<=4,c2,c2/3) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date & Time | New Users to Excel | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions | |||
Re-assigning weekend days in "Networkdays" Function | Excel Discussion (Misc queries) | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions |