Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How would i go about combining this string?
=IF(B43=Medicaid_Medical!$A$2,COUNTA(Medicaid_Medi cal!$A$4:$A$50)/COUNTA(Medicaid_Medical!$A$4:$A$50),0) I need all of the A's to change according to the column they are representing. I have A - Z in a column that I would like to reference so that when I drag down the letters change accordingly. I know the row #'s will change without the $ signs when I drag down, but I need the column letters to change as I go down... When I try: =IF(B43=Medicaid_Medical!"&I43&"$2,COUNTA(Medicaid _Medical!"&I43&"$4:"&I43&"$50)/COUNTA(Medicaid_Medical!"&I43&"$4:"&I43&"$50),0) Replacing the A with the cell that has A in it, it does not work... Is there another way to do this? Transpose, somehow? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use concatenate function to put carrage returns in a text string | Excel Worksheet Functions | |||
how do i concatenate a string and cell formula and use a comma? | Excel Worksheet Functions | |||
superscript in part of a string when using concatenate | Excel Discussion (Misc queries) | |||
concatenate a text string if two different cells contain the sam. | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |