Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default If Then formula help needed

I am making a workbook that includes timesheets, expense reports, calendars,
master calendar. This is the formula I am doing wrong. In my current cell I
want this information in it: If a certain cell has anything in it (anything
at all), then put the value (it is a date) of this other cell into the
current cell. The point is this, if they mark the "yes" cell on their
calendar saying they have to expense something that day, then on the expense
report I want that date to be auto populated. If you can tell me how to do
this, I can do the rest. Right now the error says '#Value'.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default If Then formula help needed

You must give all details to understand members what
kind of problem you have .If you agree , you can send
this wbook to e-mail with
some more details .
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default If Then formula help needed

I am sending you the workbook. It has been a couple of yrs. since I have set
up interdependent workbooks, so cannot remember how to fix the error.
Thanks!

"ytayta555" wrote:

You must give all details to understand members what
kind of problem you have .If you agree , you can send
this wbook to e-mail with
some more details .

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Ron is offline
external usenet poster
 
Posts: 250
Default If Then formula help needed

Is the cell you're testing agianst a single, static cell? In other words, if
the current cell is, say, A1 is it always going to look at, say, cell D5?

If so, here's the typical formula I use: =IF(D5<"",D5,"")
Essentially, if cell D5 is greater than or less than nothing (or empty) then
give me what's in it, if it is nothing (or empty) the ""returns an empty cell
(nothing is displayed). If what's in cell D% is formated as a date, you'll
need to manually format the result cell for the proper date format as it will
display the date as ageneral number.

"Paula" wrote:

I am making a workbook that includes timesheets, expense reports, calendars,
master calendar. This is the formula I am doing wrong. In my current cell I
want this information in it: If a certain cell has anything in it (anything
at all), then put the value (it is a date) of this other cell into the
current cell. The point is this, if they mark the "yes" cell on their
calendar saying they have to expense something that day, then on the expense
report I want that date to be auto populated. If you can tell me how to do
this, I can do the rest. Right now the error says '#Value'.

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
Formula needed - is this possible? Kelly 1st Excel Discussion (Misc queries) 2 March 28th 07 03:17 AM
Formula still needed! Help! judgejulz Excel Discussion (Misc queries) 4 February 19th 07 03:51 PM
Formula needed judgejulz Excel Discussion (Misc queries) 4 February 19th 07 03:34 PM
Formula needed. Beertje Excel Discussion (Misc queries) 7 November 29th 05 09:54 AM
Formula, Help needed themax16 Excel Worksheet Functions 2 May 22nd 05 06:55 PM


All times are GMT +1. The time now is 05:31 PM.

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

About Us

"It's about Microsoft Excel"