![]() |
Function to pull a single cell from a column into another cell
This is probably just a simple function, but i don't know what it is. I have a column of information that is being pulled from an adjacent column where only 1 cell will have anything in it but 0. I need to pull whatever cell in the columns information to a single cell somewhere else. Is there a function for this? thanks in advance new here...
|
Quote:
|
Quote:
Example: Destination cell(want to pull "Text" to here) Column 1: Column 2: 0 0 0 0 0 0 0 0 0 0 10 Text 0 0 0 0 0 0 My spacing in my examples didnt work, but does that help any? |
1 Attachment(s)
Quote:
An actual workbook is always an easier way to get the point across, but I THINK I get what you mean. Have a look at the attachment... |
Quote:
|
Quote:
I'm self taught too and always happy to help. So look forward to reading your next query :) |
Function to pull a single cell from a column into another cell
I
have a column of information that is being pulled from an adjacent column where only 1 cell will have anything in it but 0. I need to pull whatever cell in the columns information to a single cell somewhere else. Suppose B is the column with only 1 cell will have anything in it but 0. Suppose A is the column to pull information from. If the non-zero cell in column B is always a positive number, then try: =INDEX(A:A,MATCH(MAX(B:B),B:B,0)) |
All times are GMT +1. The time now is 09:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com