Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
troubled48075
 
Posts: n/a
Default Changing lookup form numbers to alphabetics

I am using this formula (=IF(G27+K270,1,0) tocheck to see if one or both
columns have a number field entered, returning 1 if either/both and zero if
neither completed. I want to change the formula to check to see if either of
two cells have an x instead of the 1, putting an x if either/both previous
fields are checked, ond blank if neither is checked.
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=IF(COUNTIF(G27:H27,"x")0,"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
I am using this formula (=IF(G27+K270,1,0) tocheck to

see if one or both
columns have a number field entered, returning 1 if

either/both and zero if
neither completed. I want to change the formula to check

to see if either of
two cells have an x instead of the 1, putting an x if

either/both previous
fields are checked, ond blank if neither is checked.
.

  #3   Report Post  
CLR
 
Posts: n/a
Default

=IF(OR(G27="x",K27="x"),"x","")

Vaya con Dios,
Chuck, CABGx3


"troubled48075" wrote in message
...
I am using this formula (=IF(G27+K270,1,0) tocheck to see if one or both
columns have a number field entered, returning 1 if either/both and zero

if
neither completed. I want to change the formula to check to see if either

of
two cells have an x instead of the 1, putting an x if either/both previous
fields are checked, ond blank if neither is checked.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I stop excel from changing single numbers like 1 into a de. Jendayii Excel Discussion (Misc queries) 1 January 5th 05 10:03 PM
Trying to delete form border, and it deletes all borders PeterM Excel Discussion (Misc queries) 11 January 3rd 05 03:36 PM
How do I stop Excel from changing simple numbers to their 1/100th. Chris C Excel Discussion (Misc queries) 1 December 14th 04 07:14 PM
Average/Min column of numbers, but skip 0's and Null's in the form JT Excel Worksheet Functions 1 November 4th 04 03:25 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"