jerzdawg Posted May 16, 2013 Share Posted May 16, 2013 Another Excel question for the experts: Cell K11 will ask for a numeric value, if this value is greater than 26 I would like to insert a custom message in cell A30. Thanks in advance! Edit - going to complicate things If possible I'd like it also to verify another cell as well, this would be a 2 digit code. so... A8 - if it equals these four codes (AA, BB, CC, DD) then check to see if K11 is over 26 if both are true, insert custom message into A30... Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/ Share on other sites More sharing options...
0 +primortal Subscriber² Posted May 16, 2013 Subscriber² Share Posted May 16, 2013 In cell A30 use this formula =IF(K11>26,"Hi","") jerzdawg 1 Share Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/#findComment-595693228 Share on other sites More sharing options...
0 Haggis Veteran Posted May 16, 2013 Veteran Share Posted May 16, 2013 awww that was an easy one :( jerzdawg 1 Share Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/#findComment-595693230 Share on other sites More sharing options...
0 jerzdawg Posted May 16, 2013 Author Share Posted May 16, 2013 In cell A30 use this formula =IF(K11>26,"Hi","") thanks.. any chance you can help me with my edit above? Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/#findComment-595693232 Share on other sites More sharing options...
0 +primortal Subscriber² Posted May 16, 2013 Subscriber² Share Posted May 16, 2013 Easy, =IF(AND(OR(A8="AA",A8="BB",A8="CC",A8="DD"),AK11>26),"Hi","") jerzdawg 1 Share Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/#findComment-595693236 Share on other sites More sharing options...
0 jerzdawg Posted May 16, 2013 Author Share Posted May 16, 2013 awww that was an easy one :( ive complicated things above .. :D sorry he beat you again!! Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/#findComment-595693238 Share on other sites More sharing options...
0 Haggis Veteran Posted May 16, 2013 Veteran Share Posted May 16, 2013 :( sucks lol Link to comment https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/#findComment-595693266 Share on other sites More sharing options...
Question
jerzdawg
Another Excel question for the experts:
Cell K11 will ask for a numeric value, if this value is greater than 26 I would like to insert a custom message in cell A30.
Thanks in advance!
Edit - going to complicate things
If possible I'd like it also to verify another cell as well, this would be a 2 digit code. so...
A8 - if it equals these four codes (AA, BB, CC, DD) then check to see if K11 is over 26 if both are true, insert custom message into A30...
Link to comment
https://www.neowin.net/forum/topic/1152664-excel-help-if-formula/Share on other sites
6 answers to this question
Recommended Posts