Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What I would like to do is autofil a cell with hardcoded name when a cell on
the same row is updated. I.E. if data is entered in cell B2,B3,B4 ETC. then the 'hardcoded name' will be placed in B1 |
#2
![]() |
|||
|
|||
![]()
Not sure, but you could try something like this in B1:
=IF(COUNTA(B2:B10)0,"hardcoded name","") If anything is entered in any cell within B2:B10, B1 will display: hardcoded name otherwise B1 will remain "blank" Adapt the range to suit .. -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Mac5" wrote in message ... What I would like to do is autofil a cell with hardcoded name when a cell on the same row is updated. I.E. if data is entered in cell B2,B3,B4 ETC. then the 'hardcoded name' will be placed in B1 |
#3
![]() |
|||
|
|||
![]()
This works fine...thanks a lot.
"Max" wrote: Not sure, but you could try something like this in B1: =IF(COUNTA(B2:B10)0,"hardcoded name","") If anything is entered in any cell within B2:B10, B1 will display: hardcoded name otherwise B1 will remain "blank" Adapt the range to suit .. -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Mac5" wrote in message ... What I would like to do is autofil a cell with hardcoded name when a cell on the same row is updated. I.E. if data is entered in cell B2,B3,B4 ETC. then the 'hardcoded name' will be placed in B1 |
#4
![]() |
|||
|
|||
![]()
Glad to hear that !
Thanks for the feedback .. -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Mac5" wrote in message ... This works fine...thanks a lot. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Input cell reference is not valid (One Variable Data Table) | Excel Worksheet Functions | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Cell Change Color - Need Help | New Users to Excel | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |