A cell contains the number of row and I want to get the value of that row on specific column

user1292919

First, sorry that I can't provide you with table.. I have no idea how to use this .

I have A column containing the number of rows. For example, A1 is 900. Then I want to put the value of B900 on column C

Is there any function for this one?

what I have tried is add "B" to A1 to make B900 and use =value(A1), but it gives me #value!

Can you please help me

Thanks

PankajExplorer

You can use 'INDIRECT' built-in function of Excel:

Example:

Suppose you have A column containing the number of rows. For example, A1 is 900. Then you want to put the value of B900 on column C

in Cell C2 you can type the formula as

=INDIRECT("B"&A1)

And you will definitely get value of B900 in the cell C2

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Finding row number of last cell with value not equal to 0 in specific column

From Dev

I want to get value of selected row of gridview for specific column and use that value for crosspage posting - how to implement this?

From Dev

Formula to get cell values of specific column and a variable row number

From Dev

Google apps script - Get row number of a cell containing specific value

From Dev

How i can get value of specific cell if row is checked?

From Dev

I want to hide the row number column in QTableWidget

From Dev

How to get cell with row and column number by referencing to cell

From Dev

How to get row and column number of cell that matches a given value in data.frame or distance matrix?

From Dev

How to get row and column number of cell that matches a given value in data.frame or distance matrix?

From Dev

MongoDB rule to delete a row if a particular column contains a specific value

From Dev

Python: flag if column value in each row contains a specific word

From Dev

Using R, How can i get a 'cell' in 'column1' to update when Column2 on the same row contains a word?

From Java

I want to multiply column row strings n number of times

From Dev

Find a value from a column and quickly return the row number of its cell

From Dev

How to delete entire row when cell contains specific value but NOT effect row 1

From Dev

Get a specific value from a specific column from specific row?

From Dev

Checking a column if it contains a row value

From Dev

How to get specific column value for a specific row value in AWK?

From Dev

How do I get the cell value from a datagridview using row index and column index in c#?

From Dev

Get row from a table by td class and specific value in the cell in jquery

From Dev

In Gridview, I want to capture the Column Id's value for the selected Row

From Dev

i want to update only single row column value with rollback commit

From Dev

Get a value of a row in a column

From Dev

Get the value of a specific row and specific column from datagrid

From Dev

How to get the cell value by using the row and column positions using jquery

From Dev

Get a row group and column group value in an SSRS Matrix detail cell

From Dev

How to get the cell value by using the row and column positions using jquery

From Dev

If Cell Contains Value, Color Entire Row

From Dev

Get the cell value of a GridView row

Related Related

  1. 1

    Finding row number of last cell with value not equal to 0 in specific column

  2. 2

    I want to get value of selected row of gridview for specific column and use that value for crosspage posting - how to implement this?

  3. 3

    Formula to get cell values of specific column and a variable row number

  4. 4

    Google apps script - Get row number of a cell containing specific value

  5. 5

    How i can get value of specific cell if row is checked?

  6. 6

    I want to hide the row number column in QTableWidget

  7. 7

    How to get cell with row and column number by referencing to cell

  8. 8

    How to get row and column number of cell that matches a given value in data.frame or distance matrix?

  9. 9

    How to get row and column number of cell that matches a given value in data.frame or distance matrix?

  10. 10

    MongoDB rule to delete a row if a particular column contains a specific value

  11. 11

    Python: flag if column value in each row contains a specific word

  12. 12

    Using R, How can i get a 'cell' in 'column1' to update when Column2 on the same row contains a word?

  13. 13

    I want to multiply column row strings n number of times

  14. 14

    Find a value from a column and quickly return the row number of its cell

  15. 15

    How to delete entire row when cell contains specific value but NOT effect row 1

  16. 16

    Get a specific value from a specific column from specific row?

  17. 17

    Checking a column if it contains a row value

  18. 18

    How to get specific column value for a specific row value in AWK?

  19. 19

    How do I get the cell value from a datagridview using row index and column index in c#?

  20. 20

    Get row from a table by td class and specific value in the cell in jquery

  21. 21

    In Gridview, I want to capture the Column Id's value for the selected Row

  22. 22

    i want to update only single row column value with rollback commit

  23. 23

    Get a value of a row in a column

  24. 24

    Get the value of a specific row and specific column from datagrid

  25. 25

    How to get the cell value by using the row and column positions using jquery

  26. 26

    Get a row group and column group value in an SSRS Matrix detail cell

  27. 27

    How to get the cell value by using the row and column positions using jquery

  28. 28

    If Cell Contains Value, Color Entire Row

  29. 29

    Get the cell value of a GridView row

HotTag

Archive