I'm new to Smartsheets and I'm trying to figure out how to do an IF([Response]3="Yes", VLookup formula linked to a reference data sheet. I've tried various ways to input and always get Unparseable. Any help is appreciated!
You have to create that reference in the little drop-down data that appears while typing in your formula. Then you will select your range and finish the formula.
See screenshot below for reference.
But my initial IF is based on a field on my current sheet then I lookup my reference sheet hours based on that answer - first true then false.
You should be able to apply the same methodology to set your vlookup... =if(x=x, Vlookup( -- choose the external reference when you start typing this.
See screenshot below.
I know I'm not doing this right - LOL. Here is what I have and still not working - I feel like I'm missing the logical expression in my referenced sheet, but I'm just not sure...
=IF([Office Test Lab]1="Yes", VLOOKUP({Apexstamator Reference Data Range 2}"Lab Test Office Yes",{Apexstamator Reference Data Range 1}, 2), {Apexstamator Reference Data Range 3})
Try troubleshooting by comparing your lookup to the instructions found on the function post itself. Or the limitations as seen on the second article.
Those might give you some clues as to how you should set it up.
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…