-
Re: Index Match Returning the Wrong Value
I think you have it Messed up.. you pasted.. INDEX({Sell Rate}, MATCH(Position@row, {Position}, 0) But your formula has INDEX({Sell Rate}, MATCH(Position@row, {Position}), 0). The bracket "}), 0…2 · -
Re: Email address (mailto: link) in Dashboards
I worked with a competitive software and it was a simple HTML Field that could have calculations in. I think Smartsheet could easily implement this.. by creating an HTML column and rendering everythi…4 · -
Re: Conditional Formattng for Dates in the Future
I think it is hard to do that logic in conditional format with dates. I would add a "cheater column.." say "sysFollowup" and do the math to add 30 days to the completion date. Thi…1 · -
Re: Budget Management
@John DeLeon IV .. I tried with dynamic view but I ended up just using 1 web form by project. the vendor uploads the invoice.. puts some key details like invoice number and date and pricing.. then wh…2 · -
Re: Automated RYG Balls
=IF(Status@row = "RESOLVED", "Green", IF([DUE DATE]@row < TODAY(), "Red", IF([DUE DATE]@row <= TODAY() + 14, "Yellow", "Green"))) Now I will ex…1 ·