If Then formula help needed

P

Paula

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'.
 
Y

ytayta555

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 (e-mail address removed) with
some more details .
 
R

Ron

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.
 
P

Paula

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top