Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the EXACT function to compare fixed cell with a variable one.
this is an example sheet1 A B orange 45 apple 60 sheet2 A B banana 50 apple 60 orange 45 my goal is to compare table1 with table2 to make sure that orange is included in table 2 and return its index which is 3 (row is enough) in this example, I did this step. now I want to use EXACT to compare the price of the orange in table1(45) which is B1 with the price of orange in the second table. manual formula would be =EXACT(sheet1!B1,sheet2!B3)... I want to do this automatically, i.e. after finidng the orange and its index (row number) in the second table using MATCH function, and inserting that index as a content of C1 for example, I want to EXACT B1 in the first table with B[content of C1] which will be 3 in this example. it is complicated to explain but I hope that I made it clear enough. anyone can help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using cell contents within a formula | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Limit of color-coded cell references editing a formula. | Excel Discussion (Misc queries) | |||
How do I add a date formula to a cell but hide the contents with . | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |