Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello everybody,
I need your assistance.... No VBA help please I have columns A,B,C,D,E,F........................AG.... in sheet1. everyday data gets populated in row1 of every column from A to AG. I want to know the formula to fetch the column number where "Bill Amount" in row1 of sheet1 is populating sometimes "Bill Amount" may come at Column D, sometimes in Column K etc. i want a formula to look for "Bill Amount" in all the columns of row 1 and returns the column number. thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=match("bill amount",1:1,0)
bill_ball wrote: Hello everybody, I need your assistance.... No VBA help please I have columns A,B,C,D,E,F........................AG.... in sheet1. everyday data gets populated in row1 of every column from A to AG. I want to know the formula to fetch the column number where "Bill Amount" in row1 of sheet1 is populating sometimes "Bill Amount" may come at Column D, sometimes in Column K etc. i want a formula to look for "Bill Amount" in all the columns of row 1 and returns the column number. thanks in advance. -- bill_ball -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel formula to copy/paste formula needed please. | Excel Discussion (Misc queries) | |||
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 | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions |