Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am very close to finding a solution, but have not used the IF function much.
I have one row where a date is input by a user (Oldest Pending Date). Once that date is in, then that date is transposed at the bottom of the worksheet using =C31. If nothing is put in C31 then of course, it returns 01/00/00. I would like the formula to read any data in Row 31. If there is a date, transpose that date - essentially, that data - to the corresponding cell. IF THERE IS NO DATA, then put "NO DATE" in the corresponding cell. The trouble I run into is the IF(C31="no data") portion. How do you tell the formula to look for "nothing"? |
#2
![]() |
|||
|
|||
![]() |
#3
![]() |
|||
|
|||
![]()
Try this:
=IF(C31,C31,"") -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Eric Mc" <Eric wrote in message ... I am very close to finding a solution, but have not used the IF function much. I have one row where a date is input by a user (Oldest Pending Date). Once that date is in, then that date is transposed at the bottom of the worksheet using =C31. If nothing is put in C31 then of course, it returns 01/00/00. I would like the formula to read any data in Row 31. If there is a date, transpose that date - essentially, that data - to the corresponding cell. IF THERE IS NO DATA, then put "NO DATE" in the corresponding cell. The trouble I run into is the IF(C31="no data") portion. How do you tell the formula to look for "nothing"? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a Formula in Cell X modify Cell Y? | Excel Discussion (Misc queries) | |||
addition to my date formula...required | Excel Worksheet Functions | |||
date format within a cell containing a formula | Excel Discussion (Misc queries) | |||
Formula with text and reference to a date cell | Excel Discussion (Misc queries) | |||
How do I add a date formula to a cell but hide the contents with . | Excel Discussion (Misc queries) |