Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default Web Excel and Excel Functions

Im working with a worksheet using Web Excel or CPM (Everest). As such Im
combining functions from excel and web excel. Web Excel recognizes dates in
the following formats:
2009.Nov, FY2010Total (This represents my fiscal year which ends on 6/30
each year), 2009.Nov.30, CY2010Total (normal calendar year), and of course
the date formats in Excel.

Because Im working with the different formats, its necessary to use the
concatenate function and if statements, to give the date formats I need.

I have the following formula in a cell to give me the date in the format
2009.Nov.30:

=IF(LEFT(N$19,2)="FY",M$20,IF(LEFT(N$19,2)="CY",M$ 20,IF(VLOOKUP(RIGHT(N$19,3),$I$25:$J$41,2,FALSE)=M ONTH($K$44),CONCATENATE(N$19,".",DAY($K$44)),EVTIM ($D$79,CONCATENATE(EVTIM($C$17,N$19,1),".","01"),-1))))

M20 is the date of my prior FY end or 6/30/09. The vlookup is a table with
the months of the year with the corresponding number, i.e. Column 1 is the
month Jan columns 2 is 1, Feb 2, Etc, so that I get the correct month in the
correct column.

I have the ability with WebExcel to look at prior FY data. A lot of my
formulas are driven off the report date (using Now function). If I change my
WebExcel date, the corresponding month, for example Dec, then the date for
Dec 2008 becomes Dec 1, 2008. When I need it to be Dec 30, 2008.

Is this clear as mud? Any help would be appreciated!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use if,and,or functions together in excel excel novice Excel Worksheet Functions 4 April 3rd 23 03:40 PM
accessing excel 2003 functions with excel 2007 sheri Excel Worksheet Functions 2 December 27th 07 07:12 PM
Excel functions Rodica Excel Worksheet Functions 2 February 1st 07 10:37 AM
Excel Functions Ed Excel Worksheet Functions 4 April 11th 06 05:15 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM


All times are GMT +1. The time now is 08:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"