Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet for each month of the year to track my reappointment
evaluations, each month I get a list of who is supposed to be reviewed next month and I type it into my spreadsheet for the given month, my question is I have a sort indicator that should read "1" in column A as soon as I enter a value into column B for the given row. Is there any way to get the system to do this for me automatically or do I have to continue to manually enter the "1" on each row I use. Thank you for any help. -- Judy Rose Cohen |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this formula:
in column A1 enter: =IF(B1="","","1") if you need the "1" to be a number then disregard the quotes aronud the 1. and replace the cell references with the appropriate references. "Judy Rose" wrote: I have a spreadsheet for each month of the year to track my reappointment evaluations, each month I get a list of who is supposed to be reviewed next month and I type it into my spreadsheet for the given month, my question is I have a sort indicator that should read "1" in column A as soon as I enter a value into column B for the given row. Is there any way to get the system to do this for me automatically or do I have to continue to manually enter the "1" on each row I use. Thank you for any help. -- Judy Rose Cohen |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you, I figured it was an If statement, but couldn't figure out the
exact way to phrase the B1 information. You have been very helpful. -- Judy Rose Cohen "SSG QuarterMaster" wrote: Try this formula: in column A1 enter: =IF(B1="","","1") if you need the "1" to be a number then disregard the quotes aronud the 1. and replace the cell references with the appropriate references. "Judy Rose" wrote: I have a spreadsheet for each month of the year to track my reappointment evaluations, each month I get a list of who is supposed to be reviewed next month and I type it into my spreadsheet for the given month, my question is I have a sort indicator that should read "1" in column A as soon as I enter a value into column B for the given row. Is there any way to get the system to do this for me automatically or do I have to continue to manually enter the "1" on each row I use. Thank you for any help. -- Judy Rose Cohen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Report row results based on the last data entry in a column | Excel Discussion (Misc queries) | |||
Report row resutls based on data entry in column. | Excel Discussion (Misc queries) | |||
How do I set up entry box to auto-alphabatize each entry in list? | Excel Discussion (Misc queries) | |||
auto population based on single cell entry | Excel Discussion (Misc queries) | |||
Want a number of cells to be auto completed based on entry in one. | Excel Worksheet Functions |