View Single Post
 
Old 01-07-2019, 09:55 AM
Strogg Strogg is offline Windows 7 32bit Office 2016
Novice
 
Join Date: Jan 2019
Posts: 9
Strogg is on a distinguished road
Default

Quote:
Originally Posted by Charles Kenyon View Post
To Insert an IF Field:
  1. Type "IF" without the quotation marks and select it.
  2. Press Ctrl+F9
  3. Insert your logical test, your truetext and falsetext
Great! Thank you guys so much for your help and hints! Finally it works!
I even added check empty cell condition:
Code:
{IF{=A1}= 330 "33x26x20" {IF{=A1}= 250 "25x22x15"{IF{=A1}= 0 "" "39x26x25"}}}
(Sample attached).

But I assume that all of this will take too much time for everyday routine.
So I'd rather go using insert formula with Macropod's second code:

Code:
=A1-250 \# "'33x26x20'; '39x26x25';'25x22x15'"
Could the check of empty cell be added here as well?
Attached Files
File Type: docx sample.docx (12.2 KB, 6 views)
Reply With Quote