Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi everyone. I'm having trouble with a formula for figuring out if a row is found within another column. I know that there's a simple solution, but I'm just not getting it right. Thanks in advance for any help! -- agw3 ------------------------------------------------------------------------ agw3's Profile: http://www.excelforum.com/member.php...o&userid=37284 View this thread: http://www.excelforum.com/showthread...hreadid=569914 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi--rows aren't found in columns.
I'm not sure what you're asking here, but the general format for IF functions is: IF A, B, ELSE C. Example: A1= 10 B1= 2 C1= A1*B1 In D1 you could put a formula: =IF(A1=9+1,C1,B1) which would return 20 (A1*B1). In plain English: If A1 = 9 + 1, THEN return the value in C1, ELSE return the value in B1. "agw3" wrote: Hi everyone. I'm having trouble with a formula for figuring out if a row is found within another column. I know that there's a simple solution, but I'm just not getting it right. Thanks in advance for any help! -- agw3 ------------------------------------------------------------------------ agw3's Profile: http://www.excelforum.com/member.php...o&userid=37284 View this thread: http://www.excelforum.com/showthread...hreadid=569914 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please restate your question, I do not know what you want to do.
"agw3" wrote: Hi everyone. I'm having trouble with a formula for figuring out if a row is found within another column. I know that there's a simple solution, but I'm just not getting it right. Thanks in advance for any help! -- agw3 ------------------------------------------------------------------------ agw3's Profile: http://www.excelforum.com/member.php...o&userid=37284 View this thread: http://www.excelforum.com/showthread...hreadid=569914 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble with a VLOOKUP formula | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Trouble with formula | Excel Discussion (Misc queries) | |||
Trouble with formula | Excel Worksheet Functions | |||
Trouble with Syntax - IF formula | New Users to Excel |