#1   Report Post  
Posted to microsoft.public.excel.misc
sdmccabe
 
Posts: n/a
Default Formulas

Could you suggest a formula to look at the value of one cell and, if the
value of that cell is 00/00/0000 (a cell formated as a date field), look at
the value of another cell and make a calculation?

I posted this previously, but was not specific about the 00/00/0000 cell value

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB
 
Posts: n/a
Default Formulas

try

=IF(CELL("format",A1)="D4", Value If TRUE, Value If FALSE)

or if you're looking for any date format, I think you would use:

=IF(OR(CELL("format",A1)={"D1","D2","D3","D4","D5" }), Value If TRUE, Value
If FALSE)

check Excel help for the CELL function for more details.


"sdmccabe" wrote:

Could you suggest a formula to look at the value of one cell and, if the
value of that cell is 00/00/0000 (a cell formated as a date field), look at
the value of another cell and make a calculation?

I posted this previously, but was not specific about the 00/00/0000 cell value

Thanks.

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 change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 06:50 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"