Message 1 of 3
Revit family with Index formula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon,
I have this formula in Excel that look and compare two columns and give the values of the 3rd and 4th columns if both are true, I want to use this in a RVT family, can anyone help please. Below is the table that will run from a csv lookup file.
=INDEX($C$3:$C$895;MATCH(H4&" "&I4;$A$3:$A$895&" "&$B$3:$B$895;0))
The formula must resolve when ND_Main (column A) and ND_Red (Column B) is in the same row (Row 5) in the csv file and then return the values that is in Column C (for the value in Column A) and Column D (for the value in Column B)
See the atachment
Thanks in advance
Jan