crystalneedshelpplzthnx
Board Regular
- Joined
- Nov 24, 2017
- Messages
- 55
- Office Version
- 365
- Platform
- Windows
I'm not sure if something like this is possible, but if "Indirect" is possible, I'm sure there is a way to achieve my goal. Here is my dilemma.
There is a formula I need to use: (formula 1)
=T:T&" "&IF(AA:AA<16,1,IF(AND(AA:AA>15,AA:AA<31),2,3))
Example output would be:
AM DIY 3.2OZ DÉC 1
I am able to achieve formula 1 by using another formula (it ends up looking just like formula 1): (formula 0)
="T:T&"" ""&IF(AA:AA<"&AU3&",1,2)"
AU3 changes depending on certain criteria
And then I line it up where the Example output would be using this formula (it ends up looking just like formula 1): (formula 2)
="="&VLOOKUP(T3,AE:AZ,22,0)
How do I make formula 2's output look like the output of formula 1?
Note:
https://www.amazon.com/clouddrive/share/qRrFtZmS53r9NsvVO5gJ1K0nixHGR6GpYSAvGiUBOpi
Thank you!