Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Victor Delta" wrote in message ... "T. Valko" wrote in message ... Presumably the '&' in the formula is providing the concatenate function? Yes B6 = AE (column designation) We have the column now we need to include a row number to make it a valid cell reference. =INDIRECT(B6&1) = =AE & row_number =AE1 You might think that you could simply do this: =B6&1 But if you tried that you found out Excel won't accept that as a valid cell ref.. It's just a TEXT string. That's where the INDIRECT function comes into play. It converts *TEXT representations* of references into valid references. Biff Many thanks for the helpful explanation. I've learned something! V |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
i edit a formula (excel) then it displays formula not answer | Excel Discussion (Misc queries) | |||
Converting an Excel formula to an Access query formula | Excel Discussion (Misc queries) |