Yes - that is perfect. This is the first time I'm posting so I very much appreciate you coaching me on how to properly ask the questions. Thank you very much!Hi ,
Can you say whether this formula does what you want :
=IF(ISNUMBER(SEARCH("spread",[Category Detail])),
VLOOKUP([Category Detail],BUOBs_Categories[[#All],[Category Detail]:[BUOB]],2,FALSE),
IF([Amount]=0,"",
VLOOKUP([Category Detail],BUOBs_Categories[[#All],[Category Detail]:[BUOB]],2,FALSE)))
Narayan