• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Conditional formula from embedded Table

ilcaa72

New Member
hello, here is a screenshot. basically i merged 2 tables based on a matching ID, so for each ID it creates a table of all matching entries... what I want to do is create a formula for each new Column that looks at the 'Date' column of embedded Table and test if certain conditions are met. The column headers has the condition.... there is a "Blood Date" in main table i need to refrence as well

*see screenshot, ("Date" referes to Date in embedded Table)
column3, Called NovDec = if Date is < Jan 1 2023 then 1 else 0
column4, Called Jan = if Date is > Jan 1 2023 AND before Jan 31,2-23 then 1 else 0
column5, Called Feb before Blood Date = if Month(Date )='Feburary" AND Date <= "Blood Date" then 1 else 0
column6, Called Feb after Blood Date = if Date > "Blood Date" then 1 else 0

im just not sure the syntax to refer to embedded table. tahnks for any help with these formulas
 

Attachments

  • ilcaa722_0-1678741623383 (1).png
    ilcaa722_0-1678741623383 (1).png
    650.3 KB · Views: 4
Back
Top