Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
We have Office 2003 and I have users of every level so i need to keep all
parts of my spreadsheet at a beginners level. Most of the spreadsheet will be locked but I have a row which will be for dates. They will only have to key in the first date and then I've set a very simple formula to autofill. What I would like assistance with is keeping those cells blank until the first cell has been filled. I have read through almost all the threads here but can't find anything. I know it's there but I'm not finding it. Thanks so much. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ramona
Do you have formulas in those cells? If so, do you want those cells to display a blank cell until that first cell is filled by the user? It would help if you posted your formulas, but the basic format of the formula to do what you want is: =IF(A1="","",your formula here) This says if A1 (replace with your cell address) is blank, display a blank cell. If A1 is NOT blank, do your formula. HTH Otto "ramona" wrote in message ... We have Office 2003 and I have users of every level so i need to keep all parts of my spreadsheet at a beginners level. Most of the spreadsheet will be locked but I have a row which will be for dates. They will only have to key in the first date and then I've set a very simple formula to autofill. What I would like assistance with is keeping those cells blank until the first cell has been filled. I have read through almost all the threads here but can't find anything. I know it's there but I'm not finding it. Thanks so much. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you. This is what I was looking for. I just had my simple formula
incorrect. If I had written my formula in this thread I probably wouldn't have needed this. So thanks for your patience and assistance. "Otto Moehrbach" wrote: Ramona Do you have formulas in those cells? If so, do you want those cells to display a blank cell until that first cell is filled by the user? It would help if you posted your formulas, but the basic format of the formula to do what you want is: =IF(A1="","",your formula here) This says if A1 (replace with your cell address) is blank, display a blank cell. If A1 is NOT blank, do your formula. HTH Otto "ramona" wrote in message ... We have Office 2003 and I have users of every level so i need to keep all parts of my spreadsheet at a beginners level. Most of the spreadsheet will be locked but I have a row which will be for dates. They will only have to key in the first date and then I've set a very simple formula to autofill. What I would like assistance with is keeping those cells blank until the first cell has been filled. I have read through almost all the threads here but can't find anything. I know it's there but I'm not finding it. Thanks so much. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drag data vertically over hidden cells.. ignore hidden cells | Excel Discussion (Misc queries) | |||
Hiding cells & keeping them hidden permanently... | Excel Discussion (Misc queries) | |||
Keeping the hyperlink address hidden in a cell. | Excel Worksheet Functions | |||
I know Excel can help me with keeping track of due dates | Excel Discussion (Misc queries) | |||
keeping dates in UK format | Excel Discussion (Misc queries) |