Hello,
It would be greatly appreciated if anyone could help advise on the inquiry below.
I am running a workflow that requires certain prices to match based off an investment name. An example of this being, I have a client price and an internal (company provided) price. If the investment name in column A, were to be "Red Hill Biotics", then column B (client price) with a price of $90 should match column C's price (company provided) which initially returns as N/A.
The main goal here is to essentially have an N/A cell, return an equal value to the dollar amount reported in another column based off which investment it was booked for.
I have tried using the formula tool but have not found any luck in creating a working formula without returning parse errors or broken expressions.
Sample formula below:
IF[NEW_InvestmentName2], "Red Hill Biotics" THEN [NEW_ Primary Price] = [NEW_Client Price]
Apologies if this was not explained clearly.
Thanks!