thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 819
- Office Version
-
- 365
- Platform
-
- Windows
My VLOOKUP looks like this:
=VLOOKUP(A3,INVENTORY,5,FALSE)
I would like to tweak the formula so that if the color scheme in A3 is red (Red:255, Blue:0, Green:0), then the VLOOKUP will return the negative value of what it normally would. So if the value returned using the original VLOOKUP is 20, the negative value would be -20 (if the color scheme is red).
Is this possible?
=VLOOKUP(A3,INVENTORY,5,FALSE)
I would like to tweak the formula so that if the color scheme in A3 is red (Red:255, Blue:0, Green:0), then the VLOOKUP will return the negative value of what it normally would. So if the value returned using the original VLOOKUP is 20, the negative value would be -20 (if the color scheme is red).
Is this possible?